From a9405effe269ad57346b215b8c881189333b190f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 24 Jun 2003 03:10:47 +0000 Subject: support randomly named network devices, part 1 - use nameif - determine device type from file first, and from device name as a fallback - ditto for aliases --- sysconfig/network-scripts/ifup | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sysconfig/network-scripts/ifup') diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index 4cb7fd67..f20af64d 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -53,15 +53,6 @@ then exit 0 fi -# figure out more about what we are dealing with -DEVICETYPE=`echo ${DEVICE} | sed "s/[0-9]*$//"` -[ -z "$REALDEVICE" ] && REALDEVICE=${DEVICE%%:*} -if [ "${DEVICE}" != "${REALDEVICE}" ]; then - ISALIAS=yes -else - ISALIAS=no -fi - # Ethernet 802.1Q VLAN support if [ -x /sbin/vconfig -a "${VLAN}" = "yes" ]; then if echo ${DEVICE} | LANG=C egrep -v '(:)' | LANG=C egrep -q 'eth[0-9][0-9]*\.[0-9][0-9]?[0-9]?[0-9]?' ; then -- cgit