aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/netif
Commit message (Expand)AuthorAgeFilesLines
* Make netif REQUIRE hostidEnji Cooper2016-05-291-1/+1
* Conditionalize installing etc/rc.d/atm{1,2,3}Enji Cooper2016-05-151-1/+1
* - Add descriptions to most of the rc scripts. Those are mostly taken from theirLars Engels2016-04-231-0/+1
* Update only static routes when an interface is specified. This fixedHiroki Sato2015-09-101-1/+1
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-0/+12
* Finish reverting r286410 - sorry, I somehow missed this with svn commit.Adrian Chadd2015-08-101-12/+0
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-0/+12
* Add an rc.d script to invoke iovctl(8) during bootRyan Stone2015-03-011-1/+1
* rc.d: load the network config file for netifRoger Pau Monné2015-02-101-0/+3
* Rename s/network/netif/ and set netif_enable for namespace consistency.Hiroki Sato2014-10-111-15/+16
* Remove more remnants of ng_fec(4).Gleb Smirnoff2013-10-281-3/+0
* Add support for "vnet jname" argument in ifconfig_IF. The vnet keywordHiroki Sato2013-10-101-4/+33
* Add epair(4) support in $cloned_interfaces. One should be specifiedHiroki Sato2013-10-041-6/+25
* - Reimplement $gif_interfaces as a variant of $cloned_interfaces.Hiroki Sato2013-08-041-9/+34
* Add :ifname modifier to specify interface-specific routes intoHiroki Sato2013-06-091-0/+15
* Refine the "nojail" rc keyword, adding "nojailvnet" for files that don'tJamie Gritton2013-05-191-1/+1
* Simply things so that "#REQUIRE: FILESYSTEMS" means the fileDavid E. O'Brien2012-09-111-1/+1
* 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