diff options
author | Bill Nottingham <notting@redhat.com> | 2010-07-26 13:08:03 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-07-26 13:08:03 -0400 |
commit | 2f96a39bbba60dd1697e2ee4b0a99f1f34df5df3 (patch) | |
tree | e87865df50b96652f6fc94441c56f77f1d26dffc /sysconfig.txt | |
parent | 077be9f3d0d2ae1a94964e47a87550c18fa370cb (diff) | |
download | initscripts-2f96a39bbba60dd1697e2ee4b0a99f1f34df5df3.tar initscripts-2f96a39bbba60dd1697e2ee4b0a99f1f34df5df3.tar.gz initscripts-2f96a39bbba60dd1697e2ee4b0a99f1f34df5df3.tar.bz2 initscripts-2f96a39bbba60dd1697e2ee4b0a99f1f34df5df3.tar.xz initscripts-2f96a39bbba60dd1697e2ee4b0a99f1f34df5df3.zip |
Document PREFIX/NETMASK (#617481, <jklimes@redhat.com>)
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index d877f29a..4ead89f8 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -527,7 +527,13 @@ Files in /etc/sysconfig/network-scripts/ DEVICE=<name of physical device (except dynamically-allocated PPP devices where it is the "logical name")> IPADDR= + PREFIX= + Network prefix. It is used for all configurations except aliases + and ippp devices. It takes precedence over NETMASK when both + PREFIX and NETMASK are set. NETMASK= + Subnet mask; just useful for aliases and ippp devices. For all other + configurations, use PREFIX instead. GATEWAY= METRIC= Metric for the default route using GATEWAY |