summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/interfaces.inc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3055 from marjohn56/masterChris Buechler2016-07-171-0/+36
|\
| * DHCP6 init before RAmarjohn562016-07-101-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some ISP BNG's require that a dhcp6c init is sent before RA. The additions to interfaces.php adds a new option flag 'dhcp6withoutra', this flag is set or unset in the WAN DHCP6 section 'Do not wait for a RA'. The interfaces.inc file handles this flag and either launches dhcp6c on interface_dhcpv6_configure or if the flag is not set will rtsold will launch dhcp6c on receipt of RA. An extra addition is the new function kill_dhcp6client_process($wanif). This is added to try and create a more robust termination of and dhcp6c clients that may be running.
* | Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
| |
* | Review license / copyright on all files (final round)Renato Botelho2016-07-151-1/+1
| |
* | Bring back the "set iface route default" used in 2.2.6 and earlier versions, ↵Chris Buechler2016-07-151-2/+4
| | | | | | | | which works around the root problem in Ticket #6495
* | Review license / copyright on all files (1st round)Renato Botelho2016-07-141-43/+43
| |
* | Merge pull request #3020 from shieldwed/Allow_comma_in_DHCP_option_stringRenato Botelho2016-07-131-4/+8
|\ \
| * | simplify DHCP_Config_Option_Split, no loop needed for returning option arrayDaniel Wilhelm2016-06-261-6/+2
| | |
| * | Allow passing comma in string quoted DHCP client optionsDaniel Wilhelm2016-06-231-4/+12
| | |
* | | Merge pull request #2905 from Chrisc-c-c/LAGG-MTUChris Buechler2016-07-121-0/+38
|\ \ \
| * | | Fix issue with QinQ on LAGG interfaces where MTU doesn't apply to parent ↵Chris Rowe2016-04-241-0/+38
| | | | | | | | | | | | | | | | correctly
* | | | Align GIF link options with those currently supported by the base OS. Ticket ↵jim-p2016-07-111-3/+3
| | | | | | | | | | | | | | | | #6587
* | | | Remove GRE link flag options from GUI/backend. Keep link1 as it was also ↵jim-p2016-07-111-9/+0
| | | | | | | | | | | | | | | | used to add an explicit static route, though the GUI previous GUI option name wasn't related to that at all. Updated GUI description to match reality. Ticket #6586
* | | | Properly follow style guidelines.Nash Kaminski2016-07-101-1/+1
| | | |
* | | | Include ignored DHCP server(s) config option even when advanced DHCP config ↵Nash Kaminski2016-07-101-0/+3
| |_|/ |/| | | | | | | | is enabled
* | | Merge pull request #2764 from NewEraCracker/redmine-6011Chris Buechler2016-06-301-2/+2
|\ \ \
| * | | Fix Redmine #6011NewEraCracker2016-06-151-2/+2
| | | | | | | | | | | | | | | | This will add linklocal fallback where no IPv6 is otherwise configured to allow login using this IPs
* | | | Merge pull request #2934 from k-paulius/patch-14Chris Buechler2016-06-291-2/+2
|\ \ \ \
| * | | | Flush link-local IPs so we do not get stale data and do not waste time ↵k-paulius2016-05-051-2/+2
| | |/ / | |/| | | | | | | | | | deleting IP if it is already set to fe80::1:1
* | | | Move athctrl.sh to /usr/local/sbinRenato Botelho2016-06-231-1/+1
| |_|/ |/| |
* | | Merge pull request #3001 from NewEraCracker/patch-pppoe-mpdStephen Beaver2016-06-221-2/+3
|\ \ \
| * | | Fix bad escapeshellarg logic on mpd executionNewEraCracker2016-06-151-2/+3
| | |/ | |/| | | | | | | With this change single-quotes are applied in correct places
* | | Merge pull request #2906 from Chrisc-c-c/Fix-QinQ-InterfacesStephen Beaver2016-06-221-8/+8
|\ \ \
| * | | Make QinQ interfaces work againChris Rowe2016-04-241-8/+8
| | |/ | |/|
* | | Only call interfaces_vips_configure once if it's needed, rather than doing ↵Chris Buechler2016-06-211-1/+5
| | | | | | | | | | | | the same thing over and over for every VIP on an interface. Ticket #6515
* | | Fix styleChris Buechler2016-06-211-3/+5
| |/ |/|
* | Move our copy of dhclient-script to /usr/local/sbin/pfSense-dhclient-script ↵Renato Botelho2016-05-311-1/+1
| | | | | | | | and change interfaces.inc accordingly
* | Merge pull request #2786 from NewEraCracker/remove-leftoversRenato Botelho2016-05-201-3/+1
|\ \
| * | Remove calls which rely in uninitizalized varsNewEraCracker2016-05-051-3/+1
| |/ | | | | | | | | | | After analyzing implementations in RELENG_2_1 and RELENG_2_2, this code seems to be a left over after code rewrite Also remove a trailing space from comment
* | Fix script name in error logChris Buechler2016-05-151-1/+1
| |
* | Fix misspellings.Chris Buechler2016-05-151-3/+3
| |
* | Unbound and dnsmasq can both be enabled so restart both if need bek-paulius2016-05-121-4/+6
| |
* | Don't start unbound in track6 config if system is booting. Add dnsmasq here ↵Chris Buechler2016-05-121-1/+5
|/ | | | as well. Based on PR 2943. Ticket #6186
* Includes - Remove PersonalizationsNOYB2016-04-041-1/+1
| | | | Remove "you" personalizations.
* After recreating the VLAN interface, run interface_configure on it if it's ↵Chris Buechler2016-03-051-0/+8
| | | | assigned and enabled. Ticket #5951
* Revert "Always send a -HUP to dhcp6c in interfaces_track6_configure for ↵Chris Buechler2016-03-031-4/+12
| | | | | | DHCP6 WAN types. Doing so isn't any more disruptive than what it's already doing, and that ensures track6 interfaces don't lose their IPv6 IPs. Ticket #5945" This reverts commit 471b81f8f7b0a5fe22019aed955e5374e3411dbf.
* Always send a -HUP to dhcp6c in interfaces_track6_configure for DHCP6 WAN ↵Chris Buechler2016-03-021-12/+4
| | | | types. Doing so isn't any more disruptive than what it's already doing, and that ensures track6 interfaces don't lose their IPv6 IPs. Ticket #5945
* Add function to return the physical interface(s) for a given parent. related ↵Chris Buechler2016-03-011-0/+21
| | | | to Ticket #5081
* Makes interface_bring_down() remove all the CARP and IP aliases from interface.Luiz Otavio O Souza2016-02-251-13/+32
| | | | Ticket #5913
* Correct ALTQ interface test for ix interfaces, fixes #5923jim-p2016-02-241-1/+1
|
* Make link_interface_to_vips() also return the IP aliases on the specified vhid.Luiz Otavio O Souza2016-02-241-1/+2
|
* Fixes the handling of MTU with VLANs and PPPoE.Luiz Otavio O Souza2016-02-211-101/+69
| | | | Ticket #5857
* Makes get_real_interface() work with VLAN too.Luiz Otavio O Souza2016-02-211-1/+2
| | | | This makes get_parent_interface() safe to use with VLANs.
* replaced original copyright message from 2005 / Espen JohansenChris Buechler2016-02-201-0/+2
|
* Need $config here. No need to check count() as it'll always evaluate to true ↵Chris Buechler2016-02-171-1/+2
| | | | where is_array does. Ticket #4312
* Set bridgeif for new bridge creation.Chris Buechler2016-02-171-0/+5
|
* Merge pull request #2660 from phil-davis/gtetc1Renato Botelho2016-02-171-27/+27
|\
| * Internationalize etc inc a-i filesPhil Davis2016-02-171-27/+27
| |
* | Fix printf(printf())Phil Davis2016-02-171-1/+1
| | | | | | | | This looked odd having nested calls to printf() Should it actually log_error()?
* | Separate bridge application of STP and advanced parameters into their own ↵Chris Buechler2016-02-161-7/+28
| | | | | | | | functions so they can be applied separately from creation of the entire bridge. Apply those after adding a bridge member. Ticket #4312
OpenPOWER on IntegriCloud