summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
Commit message (Expand)AuthorAgeFilesLines
* Escape CARP password. Resolves #213.jim-p2009-12-101-2/+2
* Latest PPP changes from 'BG'. Reformat this royal mess of formatting while I...sullrich2009-12-051-3/+3
* Adding patch from "G B":sullrich2009-12-041-70/+90
* Try to enable even filtering of vlans in hardware. New with FreeBSD 8.Ermal Luçi2009-11-301-0/+1
* Rework qinq a bit. Make it use a vlan(4) as the firt Q and a ng_vlan(4) for t...Ermal Luçi2009-11-281-45/+13
* Missed name change.Ermal Luçi2009-11-281-1/+1
* Fix get_interface_mac function and rename local variable to function qinq int...Ermal Luçi2009-11-271-21/+21
* Remove debugging leftover from testing.Seth Mos2009-11-251-1/+0
* Resolves #175. Return description even for disabled interfaces. Teach the ret...Ermal Luçi2009-11-251-1/+1
* s/interfaces_carp_configure/interfaces_carp_setup/Ermal Luçi2009-11-241-1/+1
* Wireless cleanups for the new wireless format of FreeBSD 8Seth Mos2009-11-241-115/+141
* Deleting a IP alias needs the IP as a argument, just issuing delete is not va...Seth Mos2009-11-221-3/+1
* Reformat. No functional changesScott Ullrich2009-11-221-116/+114
* Use interface_bring_down()Scott Ullrich2009-11-221-25/+16
* Ensure all interface delete code is wrapped in does_interface_exist()Scott Ullrich2009-11-221-21/+29
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
* Fix proxy ARP VIP addition (was calling old function)Chris Buechler2009-11-151-17/+8
* I see no reason to retain this "braindeadedness". Create each CARP VIP with i...Chris Buechler2009-11-151-6/+8
* When renaming an interface make sure to rename even its ng_ether node so mpd ...Ermal Luçi2009-11-121-0/+4
* Remove brain dead comment by another brain washed comment.Ermal Luçi2009-11-101-4/+4
* Previous commit on carp was strange and breaking the distinction and usefulne...Ermal Luçi2009-11-101-6/+17
* Handle secondary DNS correctly for 3GScott Ullrich2009-10-261-1/+1
* Switch over to handling DNS from ppp.linkup allowing mulitple 3G cards to coe...Scott Ullrich2009-10-261-1/+1
* Handle uping interfaces a bit more sanelyScott Ullrich2009-10-261-6/+4
* Revert interfaces_bring_up changesScott Ullrich2009-10-261-3/+3
* Check to see if interface existsScott Ullrich2009-10-261-4/+6
* Add and use ppp-scriptScott Ullrich2009-10-261-5/+7
* Move "Scott Ullrich2009-10-251-1/+1
* Remove extra "Scott Ullrich2009-10-251-1/+1
* Add newlineScott Ullrich2009-10-251-2/+5
* Fix typo (missing ])Scott Ullrich2009-10-251-2/+2
* Show when configuring interfaces on bootup for newly added interfaces (qinq, ...Scott Ullrich2009-10-251-24/+44
* Call rc.linkup after up eventScott Ullrich2009-10-251-1/+1
* Remove booting newline:Scott Ullrich2009-10-251-3/+0
* Set booting to true.. not TRUEScott Ullrich2009-10-251-4/+2
* When a real interface is passed to get_real_interface() simply pass it backScott Ullrich2009-10-251-1/+16
* On second look, turn on PPP interfaces at the get_interfaces_with_gateway levelScott Ullrich2009-10-251-18/+22
* s/interface_bring_up/interfaces_bring_up/Scott Ullrich2009-10-251-7/+7
* Full wlan name is returned now. Use itScott Ullrich2009-10-251-2/+2
* Add misc commentsScott Ullrich2009-10-251-39/+46
* Do not specify a wlan # and let freebsd decide and return the interface that ...Scott Ullrich2009-10-251-2/+2
* Refactor wireless code a hair making it work on 8.xScott Ullrich2009-10-251-14/+13
* Take into account hostap type interfacesScott Ullrich2009-10-251-9/+26
* Unbreak wireless on 8.xScott Ullrich2009-10-251-2/+18
* Silence foreach() error when no PPP interfaces existScott Ullrich2009-10-231-3/+5
* Setting the VIP to the VHID ID has to be theScott Ullrich2009-10-231-11/+26
* Unbreak find_interface_ip for normal interfacesScott Ullrich2009-10-231-1/+3
* Unbreak CARP Enable/Disable buttonScott Ullrich2009-10-231-0/+12
* Unbreak status -> interfaces. TODO: Unbreak Disable Carp buttonScott Ullrich2009-10-231-5/+5
* Unbreak find_interface_ip(). test case: echo find_interface_ip(lan);Scott Ullrich2009-10-231-0/+2
OpenPOWER on IntegriCloud