Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/etc/rc.d



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.




Home | Main Index | Thread Index | Old Index