aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-01-19 15:00:13 -0500
committerBill Nottingham <notting@redhat.com>2010-01-19 15:01:17 -0500
commitcab299e630065baa4a8f78d6be495d941ac37335 (patch)
tree0e674edfc743967e80b5cdf6b3943f1c5f0c7e13
parent9f9e0368eec6366a2ed591198e726c074ffbc787 (diff)
downloadinitscripts-cab299e630065baa4a8f78d6be495d941ac37335.tar
initscripts-cab299e630065baa4a8f78d6be495d941ac37335.tar.gz
initscripts-cab299e630065baa4a8f78d6be495d941ac37335.tar.bz2
initscripts-cab299e630065baa4a8f78d6be495d941ac37335.tar.xz
initscripts-cab299e630065baa4a8f78d6be495d941ac37335.zip
Don't leave the link down on link check for DHCP (#462013, #491009)
-rwxr-xr-xsysconfig/network-scripts/ifup-eth1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup-eth b/sysconfig/network-scripts/ifup-eth
index d9208c34..a2a6d7cd 100755
--- a/sysconfig/network-scripts/ifup-eth
+++ b/sysconfig/network-scripts/ifup-eth
@@ -192,7 +192,6 @@ if [ -n "${DYNCONFIG}" -a -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