aboutsummaryrefslogtreecommitdiff
path: root/etc/network.subr
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Don't consider LOOPBACK devices as configured...Warner Losh2002-12-131-1/+2
* o redirect the grep to /dev/nullWarner Losh2002-12-121-0/+5
* Fix style bugs:Jens Schweikhardt2002-10-121-40/+40
* up gif during setup.Hajimu UMEMOTO2002-09-201-0/+1
* Correct commentGordon Tetlow2002-08-091-1/+1
* Remove spurious "echo '.'".Dima Dorfman2002-07-181-2/+0
* Make nisdomainname=NO DTRTDoug Barton2002-07-181-2/+6
* Cleanup some pollution from the NetBSD sync, and add gif setup.Doug Barton2002-07-181-144/+29
* Fix a typo that caused dhclient not to work.Gordon Tetlow2002-07-181-2/+2
* Merge in all the changes that Mike Makonnen has been maintaining for aGordon Tetlow2002-07-181-827/+196
* Cosmetic changes to the previous commit, bringing it closer to what IDag-Erling Smørgrav2002-04-111-7/+7
* Since sshd expects /etc/ssh/ssh_host_rsa_key to exist, we had betterPeter Wemm2002-04-101-4/+9
* The good news is that my initial PR was correct... the bad news is that IDoug Barton2002-04-011-1/+5
* Don't try to generate ssh keys if ssh isn't installed.Dag-Erling Smørgrav2002-03-191-7/+11