From ee20f9d85bb56b88306ac6da5471bc3a2291d2cc Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 19 Jan 2010 15:00:13 -0500 Subject: Don't leave the link down on link check for DHCP (#462013, #491009) --- sysconfig/network-scripts/ifup-eth | 1 - 1 file changed, 1 deletion(-) (limited to 'sysconfig/network-scripts/ifup-eth') diff --git a/sysconfig/network-scripts/ifup-eth b/sysconfig/network-scripts/ifup-eth index c0169192..17312863 100755 --- a/sysconfig/network-scripts/ifup-eth +++ b/sysconfig/network-scripts/ifup-eth @@ -192,7 +192,6 @@ if [ -n "${DYNCONFIG}" ] && [ -x /sbin/dhclient ]; then echo -n $"Determining IP information for ${DEVICE}..." if [[ "${PERSISTENT_DHCLIENT}" != [yY1]* ]] && check_link_down ${DEVICE}; then echo $" failed; no link present. Check cable?" - ip link set dev ${DEVICE} down >/dev/null 2>&1 exit 1 fi -- cgit v1.2.1