diff options
author | Bill Nottingham <notting@redhat.com> | 2009-11-12 15:51:07 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-11-12 15:51:07 -0500 |
commit | a30735e414047006beddfed955b53d6e8c23e651 (patch) | |
tree | 8330ff02975a0b634cb29dde77768a2201952749 /sysconfig.txt | |
parent | d70b2ef816de3207b42019aa33595ac56fdc911f (diff) | |
download | initscripts-a30735e414047006beddfed955b53d6e8c23e651.tar initscripts-a30735e414047006beddfed955b53d6e8c23e651.tar.gz initscripts-a30735e414047006beddfed955b53d6e8c23e651.tar.bz2 initscripts-a30735e414047006beddfed955b53d6e8c23e651.tar.xz initscripts-a30735e414047006beddfed955b53d6e8c23e651.zip |
Remove deprecation for older route syntax.
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 8f726186..939798d6 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -1003,8 +1003,8 @@ Files in /etc/sysconfig/network-scripts/ gateway, there is no need to specify a device. Note: The ifup-routes script also supports an older syntax designed to be - used directly as an argument to "/sbin/ip route add". This syntax is - deprecated, but if no "ADDRESSn" lines are found the following will still + used directly as an argument to "/sbin/ip route add". + If no "ADDRESSn" lines are found the following will still work: 192.168.2.0/24 dev ppp0 |