summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* After discussion with Ermal, remove this to force consumers to send thingsChris Buechler2014-12-041-7/+0
* replace spaces with tabsChris Buechler2014-12-041-2/+2
* 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
* Use the new available functionErmal LUÇI2014-11-261-1/+1
* fix typoChris Buechler2014-11-251-1/+1
* Use proper function now that this call is not needed anymoreErmal LUÇI2014-11-251-4/+2
* Ticket #2786 handle the mtu on bridge same as on lagg. Cleanup some not neede...Ermal LUÇI2014-11-251-10/+4
* Remove the mac address propagation to vlans since FreeBSD 10 handles this itselfErmal LUÇI2014-11-251-13/+1
* Fixes #2786, properly handle the chain of interfaces during lagg configuratio...Ermal LUÇI2014-11-251-15/+53
* Remove useless checkErmal LUÇI2014-11-251-1/+1
* Correct logic for lagg mtu. Also optimize and cleanup dead codeErmal LUÇI2014-11-241-16/+4
* Fix issue of previous commit on adding bridge memebers.Ermal LUÇI2014-11-241-1/+1
* Fixes #1047, overhaul handling of flags for hardware offloading and make it w...Ermal LUÇI2014-11-241-121/+17
* Properly remove IPv6 carp vips as reported from https://forum.pfsense.org/ind...Ermal LUÇI2014-11-211-2/+6
* Make this a bit more clean to readErmal LUÇI2014-11-201-4/+7
* Fixes #1047, Actually the code is trying to set flags on the parent. so allow...Ermal LUÇI2014-11-201-1/+1
* Do the tests check properly related to Ticket #2786Ermal2014-11-191-9/+5
* Actually use all hex values on the gateway of 6rd to please route commandErmal2014-11-191-1/+3
* Correct gateway for Ticket #2882 to the proper value as reported by: cmbErmal2014-11-191-1/+1
* update error log in accordance with change in input validation. thanks Phil D...Chris Buechler2014-11-181-1/+1
* Actually trim if the user put any : on the prefix of the ISP to be able to pr...Ermal2014-11-181-1/+1
* Properly generate the default gw for 6rd set it to prefix:BR and also the pre...Ermal2014-11-181-7/+3
OpenPOWER on IntegriCloud