summaryrefslogtreecommitdiff
path: root/etc/netstart
AgeCommit message (Expand)Author
2000-05-13this should have been removed as part of the rc.d commitlukem
2000-05-03sync with rc.d/network, about IPv6 prefix filtersitojun
2000-02-13add ip6defaultif configuration variable in rc.conf, for configuringitojun
2000-02-11improve comments about /etc/ifconfig.xxN, /etc/ifaliases, $ifaliases_xxN.itojun
2000-02-09ip6forwarding -> ip6mode change (somehow i forgot to commit...)itojun
2000-02-05remove (slightly) bogus comment line about IPv6 config.itojun
2000-02-05change IPv6 configuration syntax to avoid ambiguity.itojun
2000-01-26use 'route -n flush' not 'route flush' otherwise we might spend all our timeexplorer
2000-01-17no need to mount /usr just for sysctl, it is in /sbin now.itojun
1999-12-20flip "if" order in IPv6 initialization, avoid calling /bin/test.itojun
1999-12-20check for IPv6 kernel by exit status of "ifconfig lo0 inet6".itojun
1999-12-09avoid transmitting invalid IPv6 packets out to the wire.itojun
1999-11-29recommend use of multi-line /etc/ifconfig.xxN than /etc/ifaliases, oritojun
1999-11-08Ignore blank lines in ifconfig.* files.erh
1999-09-06use sysctl -n to get numeric result, not awk.itojun
1999-09-03add sanity check on rtadvd invocation (allowed on IPv6 routers only).itojun
1999-07-04hide sysctl error messages to stderr (on checking IPv6 config values)itojun
1999-07-04remove echo statement (was mostly for debugging).itojun
1999-07-03remove unnecessary sleep (for DAD wait) in IPv6 configuration.itojun
1999-07-03add IPv6 configuration (ip6forwarding, rtsol, route6d and rtadvd).itojun
1999-05-28Correct the dhclient startup to follow the standard indentation stylechristos
1999-03-24- Support dhclient and dhclient_flags rc.conf variables.mellon
1999-03-02If ppp_peers is set, ensure /usr is mounted since pppd is in /usr.abs
1998-11-25Cannot use 'logger' as /usr is normally not mounted here.abs
1998-05-11more clearly document that "domainname" is about NIS/YP, not Internet, per PR...fair
1998-01-26include rc.subr and use appropriatelylukem
1998-01-24Move ipnat from /etc/netstart to /etc/rc after /usr is mounted.veego
1997-12-20PR/3638: David Brownlee: Add /etc/ipnat.conf functionality.christos
1997-11-17- remove additional `adding interface aliases:' message.mrg
1997-09-26highlight that a configured lo0 is necessary for sane network operationlukem
1997-09-08update $net_interfaces comment to reference $auto_ifconfigmikel
1997-09-07Hard-code the loopback address; it never changes, and we do *not* want to bemycroft
1997-08-29s/rc.func/rc.subr/veego
1997-08-29Split rc.conf variables for starting programs into two: an on/offcjs
1997-08-28Don't require the host name to be set here.mycroft
1997-08-044.4BSD has the ability to automagially add a route to localhost fromlukem
1997-07-22Allow routes to be flushed in netstart (rc.conf option, default YES).phil
1997-05-22Back out last commit; bug was fixed in 1.37, but differently.cjs
1997-05-22The interface setup loop was adding every interface in `ifconfig -l`cjs
1997-05-17Change interface config test so that the loop is always continuedlukem
1997-05-15wrap $configured_lo0 in quotes, so that it doesn't barf if it's not set.lukem
1997-05-12fix up minor typos in commentslukem
1997-05-12* add support for $hostname, $domainname, $defaultroute and $ifaliases_XXXlukem
1997-04-29Source rc.conf to pick up network-related configuration variables.scottr
1997-04-01Change the way interfaces are configured on startup.perry
1997-03-30Flush old filter rules and enable ipf again after the fix forveego
1997-03-10Minor cleanup.mycroft
1997-02-15cleanup Lite-1 mergemikel
1997-01-28don't need -E to ipf.mrg
1997-01-05move start-time configuration from netstart, rc, rc.local intomrg