Subject: CVS commit: src/etc/rc.d
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/09/2003 17:57:04
Module Name:	src
Committed By:	christos
Date:		Thu Jan  9 15:57:03 UTC 2003

Added Files:
	src/etc/rc.d: staticroute

Log Message:
Script to add and remove static routes:

eg:
    $ cat /etc/route.conf
    # Turn on/off IP forwarding.
    +sysctl -w net.inet.ip.forwarding=1
    -sysctl -w net.inet.ip.forwarding=0
    net 192.168.2.0 -netmask 255.255.255.0 192.168.150.2


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/etc/rc.d/staticroute

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.