aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/netif
Commit message (Expand)AuthorAgeFilesLines
* Perform IPv6 DAD only in ifn_start.Hiroki Sato2012-01-291-2/+4
* Fix several glitches in IPv6-related knobs:Hiroki Sato2012-01-221-0/+10
* Split $ipv6_prefer into $ip6addrctl_policy and $ipv6_activate_all_interfaces.Hiroki Sato2010-09-131-1/+2
* Revert changes in r206408.Hiroki Sato2010-09-131-8/+1
* Improve the handling of IPv6 configuration in rc.d. The ipv6_enableDoug Barton2010-04-091-1/+8
* In regards to the "Starting foo:" type messages at boot time, create andDoug Barton2009-10-101-1/+1
* Fix several logic bugs in the previous IPv6 variable change andHiroki Sato2009-09-261-1/+1
* Integrate rc.d/network_ipv6 into rc.d/netif:Hiroki Sato2009-09-121-0/+2
* Reverse the effect of r193198 for pf and ipfw which will once againDoug Barton2009-06-261-1/+1
* Make the pf and ipfw firewalls start before netif, just like ipfilterDoug Barton2009-06-011-1/+2
* ifconfig(8) can take only one interface at a time.Pawel Jakub Dawidek2008-10-301-1/+3
* As previously discussed, add the svn:executable property to all scriptsDoug Barton2008-07-161-0/+0
* Implement a "quiet" mode for rc.d/netif, which only outputsMike Makonnen2008-06-231-5/+21
* Move the wait for a default route to rc.d/routing. Once we test forBrooks Davis2008-05-181-23/+0
* Change the default value of synchronous_dhclient to NO.Brooks Davis2008-05-151-0/+23
* rc support for vapsSam Leffler2008-04-201-58/+9
* Re-implement: do not silently fail when a command is not carriedMike Makonnen2008-01-261-1/+1
* Require 'cleanvar' so that files and sockets created in /var/run byJohn Baldwin2007-07-251-1/+1
* Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocalDag-Erling Smørgrav2007-04-021-1/+1
* Add support for EtherChannel configuration to rc startup scripts.Florent Thoumie2007-02-091-0/+3
* Eliminate global symbols starting with an underscore from rc.dYaroslav Tykhiy2006-12-301-8/+11
* Add rc.d/bridge which is invoked when a new interface arrives and canAndrew Thompson2006-06-011-0/+3
* Since OLDCARD is gone from the kernel, catchup here and remove supportWarner Losh2006-02-131-1/+1
* Add a new configuration variable, ipv4_addrs_<ifn>, which adds one orBrooks Davis2005-11-141-2/+2
* Remove duplicate "at" from comment.Giorgos Keramidas2005-09-041-1/+1
* Actually block Ctrl-C (SIGINT=2).Brooks Davis2005-09-021-2/+2
* Block SIGQUIT (Ctrl-C) while running in startup mode. This should allowBrooks Davis2005-09-021-4/+4
* When interfaces are given on the command line, don't attempt to filterBrooks Davis2005-06-301-7/+4
* Support code for the OpenBSD dhclient. This significantly changes theBrooks Davis2005-06-071-2/+2
* Allow to change interfaces name on boot time.Pawel Jakub Dawidek2004-10-301-0/+3
* Remove the requirement for the FreeBSD keyword as it no longerMike Makonnen2004-10-071-1/+1
* Finish cleanup of rc.d/netif. It's now possible to start/stop moreMike Makonnen2004-07-301-10/+19
* Really remove the return statement this time. Thanks toMike Makonnen2004-05-201-1/+0
* The err routine requires two arguments: an exit value and a string.Mike Makonnen2004-05-201-2/+2
* Protect som cross-script invocations by checks to see that the targetPoul-Henning Kamp2004-04-281-2/+4
* Mark scripts as not usable inside a jail by adding keyword 'nojail'.Pawel Jakub Dawidek2004-03-081-1/+1
* Further shuffle runcom ordering so that netif does not start beforeBrian Feldman2004-02-291-1/+1
* What depends on ipfilter should probably also start ipfw at the same time.Brian Feldman2004-02-271-1/+1
* tty whacking should occur early, but not so early that theMike Makonnen2003-07-301-1/+1
* Implement individual operations on static and dhcp interfaces. PreviouslyMike Makonnen2003-06-291-22/+99
* Break out and rewrite the network setup scripts.Mike Makonnen2003-04-181-0/+89