aboutsummaryrefslogtreecommitdiffstats
path: root/changes.ipv6
Commit message (Expand)AuthorAgeFilesLines
* IPv6 updates (Pekka Savola, <pekkas@netcore.fi>)Bill Nottingham2003-09-031-3/+8
* IPv6 updates & tweaks <pekkas@netcore.fi>Bill Nottingham2003-08-151-1/+1
* IPv6 updates <pekkas@netcore.fi>, <pb@bieringer.de>Bill Nottingham2003-01-071-10/+24
* *BIG* IPv6 syncup. <pekkas@netcore.fi>Bill Nottingham2002-03-111-0/+42
2b1be227fed980b9670fcd6cfe218bfa8'>patch) tree1a685b3f08ef71cf15f48967a966cb5703af6315 /sysconfig.txt parentd9bd33e458de618fa0b0134fbac6eefefb21759d (diff)downloadinitscripts-3e56bac2b1be227fed980b9670fcd6cfe218bfa8.tar
initscripts-3e56bac2b1be227fed980b9670fcd6cfe218bfa8.tar.gz
initscripts-3e56bac2b1be227fed980b9670fcd6cfe218bfa8.tar.bz2
initscripts-3e56bac2b1be227fed980b9670fcd6cfe218bfa8.tar.xz
initscripts-3e56bac2b1be227fed980b9670fcd6cfe218bfa8.zip
make description clearer
Diffstat (limited to 'sysconfig.txt')
-rw-r--r--sysconfig.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/sysconfig.txt b/sysconfig.txt
index 369baf0c..9a744407 100644
--- a/sysconfig.txt
+++ b/sysconfig.txt
@@ -137,12 +137,22 @@ Files in /etc/sysconfig
Contains lines of the form:
- <device> net <network> netmask <netmask> gw <gateway>
+ <device> host|net <arguments to route command>
<device> may be a device name to have the route brought up and
down with the device, or "any" to have the correct devices calculated
at run time.
-
+
+ For example:
+
+ eth0 host 192.168.2.2 eth0
+
+ adds a host route through eth0 to 192.168.2.2, while
+
+ any net 192.168.2.0 netmask 255.255.255.0 ppp0
+
+ adds a network route to the 192.168.2.0 network through ppp0.
+
/etc/sysconfig/routed:
SILENT=yes|no