diff options
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 c4183785..76113c69 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -989,8 +989,8 @@ Files in /etc/sysconfig/network-scripts/ NETMASKn=<network/prefix mask> GATEWAYn=<next-hop router/gateway IP address> - The "n" can be any integer number, but is expected to be monotonically - increasing and counting starts from 0. For example: + The "n" can be any integer number, but is expected to be consecutive + positive integers starting from 0. For example: ADDRESS0=192.168.2.0 NETMASK0=255.255.255.0 |