summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/netif
Commit message (Expand)AuthorAgeFilesLines
* - Reimplement $gif_interfaces as a variant of $cloned_interfaces.hrs2013-08-041-9/+34
* Add :ifname modifier to specify interface-specific routes intohrs2013-06-091-0/+15
* Refine the "nojail" rc keyword, adding "nojailvnet" for files that don'tjamie2013-05-191-1/+1
* Simply things so that "#REQUIRE: FILESYSTEMS" means the fileobrien2012-09-111-1/+1
* Perform IPv6 DAD only in ifn_start.hrs2012-01-291-2/+4
* Fix several glitches in IPv6-related knobs:hrs2012-01-221-0/+10
* Split $ipv6_prefer into $ip6addrctl_policy and $ipv6_activate_all_interfaces.hrs2010-09-131-1/+2
* Revert changes in r206408.hrs2010-09-131-8/+1
* Improve the handling of IPv6 configuration in rc.d. The ipv6_enabledougb2010-04-091-1/+8
* In regards to the "Starting foo:" type messages at boot time, create anddougb2009-10-101-1/+1
* Fix several logic bugs in the previous IPv6 variable change andhrs2009-09-261-1/+1
* Integrate rc.d/network_ipv6 into rc.d/netif:hrs2009-09-121-0/+2
* Reverse the effect of r193198 for pf and ipfw which will once againdougb2009-06-261-1/+1
* Make the pf and ipfw firewalls start before netif, just like ipfilterdougb2009-06-011-1/+2
* ifconfig(8) can take only one interface at a time.pjd2008-10-301-1/+3
* As previously discussed, add the svn:executable property to all scriptsdougb2008-07-161-0/+0
* Implement a "quiet" mode for rc.d/netif, which only outputsmtm2008-06-231-5/+21
* Move the wait for a default route to rc.d/routing. Once we test forbrooks2008-05-181-23/+0
* Change the default value of synchronous_dhclient to NO.brooks2008-05-151-0/+23
* rc support for vapssam2008-04-201-58/+9
* Re-implement: do not silently fail when a command is not carriedmtm2008-01-261-1/+1
* Require 'cleanvar' so that files and sockets created in /var/run byjhb2007-07-251-1/+1
* Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocaldes2007-04-021-1/+1
* Add support for EtherChannel configuration to rc startup scripts.flz2007-02-091-0/+3
* Eliminate global symbols starting with an underscore from rc.dyar2006-12-301-8/+11
* Add rc.d/bridge which is invoked when a new interface arrives and canthompsa2006-06-011-0/+3
* Since OLDCARD is gone from the kernel, catchup here and remove supportimp2006-02-131-1/+1
* Add a new configuration variable, ipv4_addrs_<ifn>, which adds one orbrooks2005-11-141-2/+2
* Remove duplicate "at" from comment.keramida2005-09-041-1/+1
* Actually block Ctrl-C (SIGINT=2).brooks2005-09-021-2/+2
* Block SIGQUIT (Ctrl-C) while running in startup mode. This should allowbrooks2005-09-021-4/+4
* When interfaces are given on the command line, don't attempt to filterbrooks2005-06-301-7/+4
* Support code for the OpenBSD dhclient. This significantly changes thebrooks2005-06-071-2/+2
* Allow to change interfaces name on boot time.pjd2004-10-301-0/+3
* Remove the requirement for the FreeBSD keyword as it no longermtm2004-10-071-1/+1
* Finish cleanup of rc.d/netif. It's now possible to start/stop moremtm2004-07-301-10/+19
* Really remove the return statement this time. Thanks tomtm2004-05-201-1/+0
* The err routine requires two arguments: an exit value and a string.mtm2004-05-201-2/+2
* Protect som cross-script invocations by checks to see that the targetphk2004-04-281-2/+4
* Mark scripts as not usable inside a jail by adding keyword 'nojail'.pjd2004-03-081-1/+1
* Further shuffle runcom ordering so that netif does not start beforegreen2004-02-291-1/+1
* What depends on ipfilter should probably also start ipfw at the same time.green2004-02-271-1/+1
* tty whacking should occur early, but not so early that themtm2003-07-301-1/+1
* Implement individual operations on static and dhcp interfaces. Previouslymtm2003-06-291-22/+99
* Break out and rewrite the network setup scripts.mtm2003-04-181-0/+89
OpenPOWER on IntegriCloud