aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/network-functions
diff options
context:
space:
mode:
Diffstat (limited to 'sysconfig/network-scripts/network-functions')
-rw-r--r--sysconfig/network-scripts/network-functions8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions
index 5724e9ba..8d14a780 100644
--- a/sysconfig/network-scripts/network-functions
+++ b/sysconfig/network-scripts/network-functions
@@ -77,12 +77,6 @@ source_config ()
IUCV)
DEVICETYPE="iucv"
;;
- ESCON)
- DEVICETYPE="escon"
- ;;
- QETH)
- DEVICETYPE="eth"
- ;;
esac
[ -z "$DEVICETYPE" ] && DEVICETYPE=`echo ${DEVICE} | sed "s/[0-9]*$//"`
@@ -341,7 +335,7 @@ configure_ccwgroup_device ()
if [ "$TYPE" = "QETH" ]; then
DIR="/sys/bus/ccwgroup/drivers/qeth"
elif
- [ "$TYPE" = "CTC" -o "$TYPE" = "ESCON" ]; then
+ [ "$TYPE" = "CTC" ]; then
DIR="/sys/bus/ccwgroup/drivers/ctc"
elif
[ "$TYPE" = "LCS" ]; then