summaryrefslogtreecommitdiff
path: root/etc/rc.d/network
AgeCommit message (Expand)Author
2003-10-12Allow an IPv6 default route to be set from /etc/mygate6 or $defaultroute6.jdc
2003-01-09revert previous; luke and matt want this as a separate script.christos
2003-01-09Add /etc/route.conf processing to add static routes. Removes one morechristos
2003-01-07Revert last change for now. It causes hangs during system shutdown whentron
2003-01-06Add keyword "shutdown" so that this script is really executed on systemtron
2002-10-05Automatically create and destroy cloning interfaces and sync IP Filtertron
2002-05-04Sync ipf(4) after starting or stopping. This is necesarry to make filtertron
2002-04-29don't bother warning or supporting obsolete $ip6forwarding;lukem
2002-03-27clean up warninglukem
2002-03-24Improve information density of output -- add the dozen -reject routessommerfeld
2002-03-22Correct the "direction" of the barrier dependencies (DAEMON, LOGIN,thorpej
2001-07-22seperate -> separatewiz
2001-07-08After itojun's recent RTF_CLONED and other changes, it's not necessary tolukem
2001-03-02comment correction: 127/8 must not leave the node (RFC1122)itojun
2001-01-13move IPv6 mode/route configuration upwards, so that !rtsol initojun
2001-01-11extend /etc/ifconfig.xxN, for comment lines (#) and shell scriptitojun
2001-01-03add $ip6sitelocal, to control installation of reject route for fec0::/10.itojun
2000-11-26More cautious about undefined hostname check in terms of what hostname(1)nisimura
2000-11-22I believe in that the facy nested quotes was intended to skip blanknisimura
2000-11-21un-break.wiz
2000-11-21minor typo in previouslukem
2000-11-21Shell programming police for sophistication; take #2. Handle thenisimura
2000-11-21Shell programming police for sophistication. It's not necessarynisimura
2000-11-17- replace `IFS='.'; set -- $int; echo $2` with ${int##*.}lukem
2000-10-09- avoid -a or -o logical operator of test command as possible. They wouldnisimura
2000-08-21REQUIRE ipfilter and ipseclukem
2000-08-02fix comment on DAD waititojun
2000-08-01we need to sleep for IPv6 DAD period, before and after rtsol.itojun
2000-07-25the format without netmask is supported for compatibility only and notjdolecek
2000-07-20Build a list of cloning network interfaces to configure, as wellthorpej
2000-07-17reenable stop_cmd now that network doesn't get run at shutdownlukem
2000-06-20remove ip6defaultif configuration. because:itojun
2000-06-20Don't warn that $hostname isn't set if the hostname is already set.enami
2000-05-13Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.lukem
2000-05-09do not let 127.0.0.0/8 leave the node. based on RFC1122.itojun
2000-04-29Fix the last change so it doesn't fail due too a missing '; then'.veego
2000-04-28Don't warn about $hostname not being set if $dhclient == YES; it's quitethorpej
2000-04-20rtsol is not a daemon. rtsol.d should have been killed by rc.d/rtsold.itojun
2000-04-11make `stop' a no-op, so that the network doesn't disappear at anlukem
2000-04-08The file /etc/sysctl.conf is now run with sysctl -f at boot time.tsarna
2000-03-17correct reject route installations for IPv6. improve comments.itojun
2000-03-12disallow packets to malicious 6to4 prefix, based onitojun
2000-03-11Fix the network_stop function so it doesn't fails due to missing ]['s.veego
2000-03-10rc.d scripts derived from /etc/rclukem