diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2013-04-12 12:59:20 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2013-04-12 12:59:20 +0200 |
commit | 17ab37ef0a032855aaa3ce77c1765b982e903ca0 (patch) | |
tree | 6aa3d5058e29c2674f74d7c4e55eb25020ea0bcd /sysconfig.txt | |
parent | 47b1b79a5e8776b2100e8b55d7ab7be067e1bcd7 (diff) | |
download | initscripts-17ab37ef0a032855aaa3ce77c1765b982e903ca0.tar initscripts-17ab37ef0a032855aaa3ce77c1765b982e903ca0.tar.gz initscripts-17ab37ef0a032855aaa3ce77c1765b982e903ca0.tar.bz2 initscripts-17ab37ef0a032855aaa3ce77c1765b982e903ca0.tar.xz initscripts-17ab37ef0a032855aaa3ce77c1765b982e903ca0.zip |
try dhcpv6 after v4 failed
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index fde8934e..c002eb5f 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -586,6 +586,9 @@ Files in /etc/sysconfig/network-scripts/ If set to 'no', ifup will not try to determine, if requested ip address is used by other machine in network. Defaults to 'yes'. + IPV4_FAILURE_FATAL=yes|no + If set to yes, ifup-eth will end immediately after ipv4 dhclient fails. + Defaults to 'no'. For dynamic addressing (BOOTPROTO=dhcp) only DEVICE needs to be set; all the rest will be determined by the boot protocol. |