summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
Commit message (Expand)AuthorAgeFilesLines
* txpower was disabled for good reason it would appear, it triggers syntax erro...Chris Buechler2015-03-131-1/+3
* Set txpower since that seems to work fine now. Explicitly set authmode wpa he...Chris Buechler2015-03-121-2/+5
* Destroy stf interface when 6rd or 6to4 tunnel is disabled. Fixes #4471Chris Buechler2015-03-051-45/+59
* interface_netgraph_needed can miss setting found equals truePhil Davis2015-02-261-1/+2
* Log ifconfig commands used to setup wireless interfacesChris Buechler2015-02-261-0/+7
* remove old, unused codeChris Buechler2015-02-251-2/+0
* Initialize var and move unset outside the loopRenato Botelho2015-02-241-1/+3
* Do not request prefix delegation if no tracking interfaces are setup tok-paulius2015-02-241-14/+17
* Fixes #4390 Properly return the vip subnet now that the CARP might not match ...Ermal LUÇI2015-02-111-8/+6
* Fixes #4389 The VIP interfaces cannot be assigned since they are just an iden...Ermal LUÇI2015-02-111-8/+2
* Random text typosPhil Davis2015-02-111-8/+8
* Fixes #4397 Make mtu configuration before the ip address assignment. This fix...Ermal LUÇI2015-02-101-45/+46
* Properly calculate the 6rd default gateway honoring netmasks other than /32Ermal LUÇI2015-02-021-1/+5
* Fix typo in function nameRenato Botelho2015-01-221-1/+1
* Fixes #3281 do not undo any changes already done for gif/gre interface.Ermal LUÇI2015-01-101-9/+13
* some lagg modes are missing vlanmtu, but work fine with VLANs. Work around it...Chris Buechler2015-01-081-0/+4
* split is deprecated move to explodeErmal LUÇI2015-01-071-4/+4
* Remove useless check, CARP does not depend of interface having another IP set...Renato Botelho2015-01-061-16/+0
* Revert "FreeBSD fails to set advskew back to 0 after you set it to any other"Renato Botelho2015-01-061-16/+4
* Correct issue with not reloading CP properly on calling interface configure.Ermal LUÇI2014-12-221-2/+3
* Fix issue reported on https://forum.pfsense.org/index.php?topic=85737.0Ermal LUÇI2014-12-221-1/+1
* Check if interface exist before try to add it to groupRenato Botelho2014-12-181-2/+3
* Make logic more visible as suggested by ErmalRenato Botelho2014-12-161-1/+6
* Teach interface_vip_bring_down() to deal with IP Alias over CARPRenato Botelho2014-12-161-1/+7
* Don't try to launch 3gstats unless it's on a valid device.Chris Buechler2014-12-041-2/+4
* replace spaces with tabsChris Buechler2014-12-041-2/+2
* After discussion with Ermal, remove this to force consumers to send thingsChris Buechler2014-12-041-7/+0
* change the ordering of dhcpd_configure and unbound_configure here, claims on ...Chris Buechler2014-12-041-3/+3
* reload Unbound here, fixes some instances of PD-assigned v6 IPs missing from ...Chris Buechler2014-12-021-0/+3
* If get_interface_ip(v6) is passed an IP, return the IP.Chris Buechler2014-12-021-0/+8
* Preserve exit code lost from s/exit/return/Ermal LUÇI2014-12-021-1/+1
* Comment out copy paste of v4 code. No need to delete arp entries on v6.Ermal LUÇI2014-12-021-1/+1
* Comment out copy paste of v4 code. No need to delete arp entries on v6.Ermal LUÇI2014-12-021-1/+1
* Bring back the old way of waiting for 3 times of 10seconds on bootup for a pp...Ermal LUÇI2014-11-281-6/+4
* Use function for determining if its ppp typeErmal LUÇI2014-11-281-7/+1
* Cleanup some code and use function for easier managementErmal LUÇI2014-11-281-25/+3
* Fixes #4040 for pppoe use static route with -iface option to help when more t...Ermal LUÇI2014-11-271-0/+19
* Correct logic of skipping for gif/gre/bridge on top of _vips. Even though thi...Ermal LUÇI2014-11-271-3/+3
* Actually comment this code out since it causes more troubles than solves for ...Ermal LUÇI2014-11-261-1/+3
* Make at least the code correct here even though it does not make sense on wha...Ermal LUÇI2014-11-261-1/+2
* Mute this since only spams logs when interface is not thereErmal LUÇI2014-11-261-1/+1
* Move these functions nearby since thy are relatedErmal LUÇI2014-11-261-18/+18
* Actually get the correct value here!Ermal LUÇI2014-11-261-1/+1
* Actually consider parentmtu 0 here to get the real value when unassginedErmal LUÇI2014-11-261-1/+1
* Properly respect other configured MTUs for other vlans. Properly respect pare...Ermal LUÇI2014-11-261-9/+14
* Partially revert the previous modification on vlan mtu. The function job is t...Ermal LUÇI2014-11-261-11/+5
* convert_real_interface_to_friendly_interface_name() goes and checks the paren...Ermal LUÇI2014-11-261-2/+5
* Skip the interface being configured from the list to check the mtuErmal LUÇI2014-11-261-2/+5
* Add checks for requirement as array here. Reported-by: gargaErmal LUÇI2014-11-261-21/+27
* Rather than set the g['booting'] on globals provide a function to test for th...Ermal LUÇI2014-11-261-33/+33
OpenPOWER on IntegriCloud