diff options
Diffstat (limited to 'network-scripts/ifup-eth')
-rwxr-xr-x | network-scripts/ifup-eth | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/network-scripts/ifup-eth b/network-scripts/ifup-eth index 63387733..ea0ebef8 100755 --- a/network-scripts/ifup-eth +++ b/network-scripts/ifup-eth @@ -551,7 +551,6 @@ if is_true "${DHCPV6C}" && [ -x /sbin/dhclient ]; then echo -n $"Determining IPv6 information for ${DEVICE}..." # Initialize the dhclient args for IPv6 and obtain the hostname options if needed: - if is_true "${PERSISTENT_DHCLIENT}"; then ONESHOT=""; else |