summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
Commit message (Expand)AuthorAgeFilesLines
* Do not attach ng_etther(4) to every system interface. Instead do a search if ...Ermal2010-12-171-0/+42
* Teach convert_friendly_interface_to_friendly_descr about carp vips. This help...Ermal2010-12-091-22/+32
* Make this at least right though it might not be correct.Ermal2010-12-091-1/+1
* Use the array index for this.Ermal2010-12-091-6/+3
* Expose advbase option of carp(4) to alleviate advanced configs.Ermal2010-12-071-2/+2
* Move all dynamic dns update processes under the same even 'reload dyndns' sin...Ermal2010-12-071-4/+1
* Add lem(4) to our drivers list.Ermal2010-12-071-1/+1
* Fix vip descriptions in openvpn and ipsec screens. Ticket #1042Pierre POMES2010-12-061-0/+11
* Remove unused binary from listErmal2010-12-061-1/+1
* cleanup other bogus code.Ermal2010-12-061-1/+0
* Remove bogus code and use proper function here.Ermal2010-12-061-2/+1
* Actually honor the mtu/mac spoofing option in the interfaces.php page even wh...Ermal2010-12-061-13/+35
* Do not reload twice carp and vips in general during an interface reload.Ermal2010-12-061-9/+10
* Correct code to reconfigure an interface for groups/gre/gif tunnels to take i...Ermal2010-12-061-10/+27
* Do not call filter_configure here the caller does. Also remove old code of th...Ermal2010-12-061-3/+0
* The caller of this function is responsible for this and usually all the calle...Ermal2010-12-061-3/+0
* Restore spoofed MAC after running hostapd to keep behavior consistent with ot...Erik Fonnesbeck2010-12-021-1/+12
* Restore the original MAC address before running hostapd to work around a host...Erik Fonnesbeck2010-12-021-0/+9
* Use correct variable name. Also related to Ticket #847.Ermal2010-12-011-1/+1
* Ticket #1047. Make the flags the same for each member interface before adding...Ermal2010-11-301-4/+40
* Set net.inet.carp.log=1. Ticket #1038Scott Ullrich2010-11-291-1/+1
* Nuke trailing c/rScott Ullrich2010-11-241-1/+1
* Send errors to 2>Scott Ullrich2010-11-151-1/+1
* Fix test for altq on vlans and wlan.Ermal2010-11-121-2/+2
* Ticket #904. Hmm fix the interface_has_gateway() too.Ermal2010-11-101-2/+2
* Ticket #904. Actually correctly handle the assigned openvpn client as a dynam...Ermal2010-11-101-5/+3
* Actually was coorect before. 3rd parameter is length not index.Ermal2010-11-101-1/+1
* Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
* Correct this to make it actually work. This is also mentioned in Ticket #904 ...Ermal2010-11-091-1/+1
* Use a shell script rather than bad hack to execute php code for pppoe periodi...Ermal2010-11-091-1/+7
* Protect from strange situations on bootup by testing for is_array(). Do not a...Ermal2010-11-021-3/+2
* Ticket #927. Increase timeout to gice mpd the time needed to exit gracefully.Ermal2010-10-151-1/+1
* Resolves #944. Actually bring down the vlan interface if it existed previousl...Ermal2010-10-121-1/+1
* This one looks safe, and might improve speed. Add it back.jim-p2010-10-051-1/+1
* This ref should be safe toojim-p2010-10-051-1/+1
* Whoops this reference was good (for speed) and should stay.jim-p2010-10-051-1/+1
* More unneeded references.jim-p2010-10-051-3/+3
* Remove unneeded reference.jim-p2010-10-051-1/+1
* Remove support for this legacy code. The upgrade path handles this.Ermal2010-09-301-3/+0
* Restart dnsmasq first because dyndns might depend on it. Possibly these all s...Ermal2010-09-221-3/+3
* Add as a search domain the domains suggested by dhcp.Ermal2010-09-161-0/+2
* Ticket #867. Flush the cache when restarting apinger and also when rc.newwani...Ermal2010-09-141-0/+4
* Use the new events mechanisms to dispatch events.Ermal2010-09-071-1/+1
* Do this check earlier rather than later, instead of moving the interface_brin...Erik Fonnesbeck2010-09-031-1/+12
* Revert "Rearrange function calls for wireless to prevent killing hostapd/wpa_...Erik Fonnesbeck2010-09-031-6/+5
* Revert "Ticket #867. Do not destory interfaces other than preventing a loop f...Erik Fonnesbeck2010-09-031-5/+1
* Protect against wpa_supplicant dying when bringing down interfaces to change ...Erik Fonnesbeck2010-09-031-0/+14
* Rearrange function calls for wireless to prevent killing hostapd/wpa_supplica...Erik Fonnesbeck2010-09-031-5/+6
* Ticket #843. Disable for now bringing down the interface unless we want to de...Ermal2010-09-031-2/+4
* Ticket #866 #632. Save old settings or actions to be taken for reconfiguring ...Ermal2010-09-011-3/+5
OpenPOWER on IntegriCloud