diff options
author | Bill Nottingham <notting@redhat.com> | 2005-01-12 21:33:57 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-01-12 21:33:57 +0000 |
commit | b458cb71e6ed9e598eeb390d51f6d4ec6425fbc4 (patch) | |
tree | 86d816828b5532ed7facc493d6ae1cbb41084df2 /sysconfig.txt | |
parent | cb7e3d104fed84af2c42bf2c507b610d62ad14b0 (diff) | |
download | initscripts-b458cb71e6ed9e598eeb390d51f6d4ec6425fbc4.tar initscripts-b458cb71e6ed9e598eeb390d51f6d4ec6425fbc4.tar.gz initscripts-b458cb71e6ed9e598eeb390d51f6d4ec6425fbc4.tar.bz2 initscripts-b458cb71e6ed9e598eeb390d51f6d4ec6425fbc4.tar.xz initscripts-b458cb71e6ed9e598eeb390d51f6d4ec6425fbc4.zip |
add docs
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index fa889d49..28c1100b 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -556,6 +556,10 @@ Files in /etc/sysconfig/network-scripts/ If PERSISTENT_DHCLIENT=yes, then dhclient will keep on trying to contact the dhcp server when it does not respond - no '-1' option is given to dhclient. + DHCPRELEASE=yes|no|1|0 + 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. If BOOTPROTO is not "none", then the only other item that must be set is the DEVICE item; all the rest will be determined |