From 807d28bf2191ce20975ac3c6f7e7be3f988cb8e4 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 31 Jul 2001 17:55:36 +0000 Subject: don't check for the link to be down; it's not reliable enough --- sysconfig/network-scripts/ifup | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sysconfig/network-scripts/ifup') diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index 9b10512f..303fe33e 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -147,11 +147,6 @@ if [ -n "${DYNCONFIG}" ]; then DHCPCDARGS="${DHCPCDARGS} -R" fi echo -n $"Determining IP information for ${DEVICE}..." - if check_link_down ${DEVICE}; then - echo $" failed; no link present. Check cable?" - ip link set down ${DEVICE} >/dev/null 2>&1 - exit 1 - fi # DHCP clients need DNS to be available, and we don't know # what DNS server they're using until they are done. -- cgit v1.2.1