summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Chris Buechler2015-01-081-0/+4
| | | | it for now at least. Ticket #4186
* split is deprecated move to explodeErmal LUÇI2015-01-071-4/+4
|
* Remove useless check, CARP does not depend of interface having another IP ↵Renato Botelho2015-01-061-16/+0
| | | | set before
* Revert "FreeBSD fails to set advskew back to 0 after you set it to any other"Renato Botelho2015-01-061-16/+4
| | | | | | A patch was added to allow set advskew back to 0 This reverts commit eea2ad5d61b2cbcf2957207fb0f13769c203cb36.
* 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
| | | | | properly. I fixed the scenario in Unbound where it was sending IPs to these functions rather than an interface, so this has no functional diff.
* change the ordering of dhcpd_configure and unbound_configure here, claims on ↵Chris Buechler2014-12-041-3/+3
| | | | forum it fixes issue I can't seem to replicate.
* reload Unbound here, fixes some instances of PD-assigned v6 IPs missing from ↵Chris Buechler2014-12-021-0/+3
| | | | unbound.conf
* If get_interface_ip(v6) is passed an IP, return the IP.Chris Buechler2014-12-021-0/+8
| | | | | | Properly set up interface binding for v6 link local IPs. Ticket #4021 except had to comment out the fix for now because of #4062 to avoid config breakage.
* 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 ↵Ermal LUÇI2014-11-281-6/+4
| | | | ppp type interface to come up. while here also do bringup of virtual interfaces only when not booting
* 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 ↵Ermal LUÇI2014-11-271-0/+19
| | | | than one pppoe has the same gateway. Also kill states when reloading apinger to catch up with new route
* Correct logic of skipping for gif/gre/bridge on top of _vips. Even though ↵Ermal LUÇI2014-11-271-3/+3
| | | | this is not anymore a problem in 10 since the vip is on the physical interface but for now its ok.
* Actually comment this code out since it causes more troubles than solves for ↵Ermal LUÇI2014-11-261-1/+3
| | | | any type
* Make at least the code correct here even though it does not make sense on ↵Ermal LUÇI2014-11-261-1/+2
| | | | what it does!
* 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 ↵Ermal LUÇI2014-11-261-9/+14
| | | | parent of vlan MTU if configured. Also avoid errors when possible. This helps VLANs MTU handling but all the other interfaces as gre/gif/... needs the same handling. It is better to require reboot on MTU changes especially on complex configurations.
* Partially revert the previous modification on vlan mtu. The function job is ↵Ermal LUÇI2014-11-261-11/+5
| | | | to find the biggest mtu between vlans and let it do that
* convert_real_interface_to_friendly_interface_name() goes and checks the ↵Ermal LUÇI2014-11-261-2/+5
| | | | parent and this gives wrong information 99.9 percent of the time on scenarios like when this is called for unassigned vlans etc, while its real purpose is just to check if the interface is assigned and return the intermeddiate/config name of the interface. Leave the get_parent_option there in the function but it needs to be asked specifically for.
* 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 ↵Ermal LUÇI2014-11-261-33/+33
| | | | that doing the right checks
* 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 ↵Ermal LUÇI2014-11-251-10/+4
| | | | needed code while here
* 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 ↵Ermal LUÇI2014-11-251-15/+53
| | | | configuration for mtu. For most interfaces this works, bridge will be added in a separate commit
* 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 ↵Ermal LUÇI2014-11-241-121/+17
| | | | work correctly for system_advanced page settings. Lagg is still a special case that needs a reboot.
* Properly remove IPv6 carp vips as reported from ↵Ermal LUÇI2014-11-211-2/+6
| | | | https://forum.pfsense.org/index.php?topic=84392.0
* 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 ↵Ermal LUÇI2014-11-201-1/+1
| | | | allow it even for vlans since they will follow the parent. At least so seems on FreeBSD 10.
OpenPOWER on IntegriCloud