diff options
author | Bill Nottingham <notting@redhat.com> | 2005-04-15 18:28:59 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-04-15 18:28:59 +0000 |
commit | 79575edf7439d0c81b311d51a44c0dd3528fae12 (patch) | |
tree | 1ebec33c5cf78393428ec037cb21f0ff4e5d58aa /sysconfig.txt | |
parent | d0ae7acda6ac80e1c6502f575a222d822f34f76b (diff) | |
download | initscripts-79575edf7439d0c81b311d51a44c0dd3528fae12.tar initscripts-79575edf7439d0c81b311d51a44c0dd3528fae12.tar.gz initscripts-79575edf7439d0c81b311d51a44c0dd3528fae12.tar.bz2 initscripts-79575edf7439d0c81b311d51a44c0dd3528fae12.tar.xz initscripts-79575edf7439d0c81b311d51a44c0dd3528fae12.zip |
add DHCLIENT_IGNORE_GATEWAY comment
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index aebc179b..08d93476 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -565,6 +565,13 @@ Files in /etc/sysconfig/network-scripts/ With this option set to 'yes' (1), when a dhcp configured interface is brought down with 'ifdown', the lease will be released. Otherwise, leases are not released. + DHCLIENT_IGNORE_GATEWAY=yes|no|1|0 + If set to 'yes', it will cause dhclient-script to ignore any $GATEWAY + setting that may be in the ifcfg file for this interface. + Otherwise, the dhclient session which obtains an ip-address + on the same subnet as $GATEWAY will set the default route + to be via $GATEWAY, and no other dhclient session will set + the default route. If BOOTPROTO is not "none", then the only other item that must be set is the DEVICE item; all the rest will be determined |