aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-05-31 21:22:15 +0000
committerBill Nottingham <notting@redhat.com>2000-05-31 21:22:15 +0000
commit3e56bac2b1be227fed980b9670fcd6cfe218bfa8 (patch)
tree1a685b3f08ef71cf15f48967a966cb5703af6315
parentd9bd33e458de618fa0b0134fbac6eefefb21759d (diff)
downloadinitscripts-3e56bac2b1be227fed980b9670fcd6cfe218bfa8.tar
initscripts-3e56bac2b1be227fed980b9670fcd6cfe218bfa8.tar.gz
initscripts-3e56bac2b1be227fed980b9670fcd6cfe218bfa8.tar.bz2
initscripts-3e56bac2b1be227fed980b9670fcd6cfe218bfa8.tar.xz
initscripts-3e56bac2b1be227fed980b9670fcd6cfe218bfa8.zip
make description clearer
-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