aboutsummaryrefslogtreecommitdiff
path: root/etc/network.subr
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the warning that "Values of network_interfaces other thanDoug Barton2009-06-011-4/+0
* Add support for setting the debug flags on wlan interfaces after the areBrooks Davis2009-03-131-1/+9
* Check for NOAUTO on child interfaces (eg wlanX) so they can be created viaAndrew Thompson2009-02-041-1/+3
* Remove compat support for vaps_<ifn> and vap_create_<ifn> variables asBrooks Davis2008-10-011-7/+1
* Implement a "quiet" mode for rc.d/netif, which only outputsMike Makonnen2008-06-231-8/+0
* Add a missing space between a variable and the ] for a testDoug Barton2008-05-261-1/+1
* Change the default value of synchronous_dhclient to NO.Brooks Davis2008-05-151-0/+23
* Fix last commit and call childif_destroy() correctly.Brooks Davis2008-05-151-1/+1
* Don't print the interface status if we only create child or destroyBrooks Davis2008-05-141-3/+3
* Emit a warning when the network_interfaces variable is not set to AUTO.Brooks Davis2008-04-301-0/+4
* Replace the prototype vaps_<ifn> and vap_create_<ifn> variables withBrooks Davis2008-04-251-9/+16
* rc support for vapsSam Leffler2008-04-201-1/+89
* Support gif_interface values that don't follow the pattern gif###.Brooks Davis2008-03-281-9/+6
* Change wpa_supplicant to down the interface at the start of the init routine.Andrew Thompson2007-11-051-3/+0
* Do not attempt to load the kernel module when checking if an interface exists.Andrew Thompson2007-05-231-1/+1
* Back out network.subr :- fix and comment out dhc*_fxp0 examples insteadAndrey A. Chernov2007-03-291-1/+1
* Fix get_if_var() with 3 args (i.e. with default)Andrey A. Chernov2007-03-291-1/+1
* Add support for EtherChannel configuration to rc startup scripts.Florent Thoumie2007-02-091-10/+73
* Do not try to rtsol on pflog or pfsync devices.Max Laier2006-10-291-1/+1
* Restore the behavior that net.inet6.ip6.auto_linklocal=0 couldHajimu UMEMOTO2006-10-071-4/+0
* Turn off automatic link local address if ipv6_enable is not set to YESGeorge V. Neville-Neil2006-10-021-0/+4
* Introduce a new method ipv6if which attemptes to figure out if anBrooks Davis2006-09-211-0/+24
* Introduce a new function, ifexists and use it to avoid attempting toBrooks Davis2006-08-171-26/+41
* Spell synchronous with required silent 'h'.Brooks Davis2006-04-131-1/+1
* Add missing _ to $_punct.Brooks Davis2006-04-131-1/+1
* Commit the various network interface configutation updates I've beenBrooks Davis2006-04-131-22/+79
* Add a new configuration variable, ipv4_addrs_<ifn>, which adds one orBrooks Davis2005-11-141-0/+58
* - Alwasy explicitly bring the interface up before configuring it.Brooks Davis2005-09-021-7/+17
* Support ifconfig_<ifn> variables containing quoted variables with spacesBrooks Davis2005-08-261-1/+1
* - Remove the removable_interfaces variable. /etc/pccard_ether willBrooks Davis2005-08-241-2/+27
* - Remove the pccard_ifconfig variable in favor of a newBrooks Davis2005-06-301-34/+7
* Add support for starting wpa_supplicant by adding the WPA keyword to anBrooks Davis2005-06-301-2/+2
* Fix return values of ifconfig_up/down.Brooks Davis2005-06-071-4/+5
* Support code for the OpenBSD dhclient. This significantly changes theBrooks Davis2005-06-071-4/+107
* 'all' argument for list_net_interfaces() is now unused, remove it.Pawel Jakub Dawidek2004-12-051-4/+0
* Use "ifconfig -l" instead of "list_network_interfaces all" inRalf S. Engelschall2004-12-051-1/+1
* fix typo: s/intefraces/interfaces/Ralf S. Engelschall2004-12-051-1/+1
* Allow to change interfaces name on boot time.Pawel Jakub Dawidek2004-10-301-0/+21
* Avoid double appearing of cloned interfaces in the outputYaroslav Tykhiy2004-08-281-3/+4
* Fix a typo in a variable name.Yaroslav Tykhiy2004-08-271-1/+1
* Removed whitespace at BOF, EOL & EOF.Jens Schweikhardt2004-06-061-1/+1
* Improve the handling dhcp handling of pccard_ether.Martin Blapp2003-08-111-0/+18
* add rtsol_flags.Hajimu UMEMOTO2003-08-081-1/+1
* Check by [ $? -eq 0 ] rather than $?.Jun Kuriyama2003-06-241-2/+2
* o Fix a typoMike Makonnen2003-06-091-3/+23
* - Remove a debugging echo.Mike Makonnen2003-06-081-1/+3
* Implement *_down network routines for ifconfig'ed interfaces, clonedMike Makonnen2003-06-081-0/+75
* pccard_ether didn't setup IPv6 after rcTOS sweep.Hajimu UMEMOTO2003-05-121-0/+296
* Break out and rewrite the network setup scripts.Mike Makonnen2003-04-181-171/+159
* Back out 1.143 and 1.144. They are no longer needed now that we startWarner Losh2003-02-121-6/+0