From 79575edf7439d0c81b311d51a44c0dd3528fae12 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 15 Apr 2005 18:28:59 +0000 Subject: add DHCLIENT_IGNORE_GATEWAY comment --- sysconfig.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.1