From 002ed645baad470e826bb7206d2d48800c1263f9 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Tue, 18 May 2004 12:30:49 +0000 Subject: - add support for mainframe ccwgroup devices (QETH/HSI/CTC/LCS) --- sysconfig/network-scripts/ifup-ctc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysconfig/network-scripts/ifup-ctc') diff --git a/sysconfig/network-scripts/ifup-ctc b/sysconfig/network-scripts/ifup-ctc index 15860fed..b9b38196 100755 --- a/sysconfig/network-scripts/ifup-ctc +++ b/sysconfig/network-scripts/ifup-ctc @@ -23,6 +23,8 @@ then fi [ -n "${MTU}" ] && opts="${opts} mtu ${MTU}" +configure_ccwgroup_device + ifconfig ${DEVICE} ${IPADDR} ${opts} pointopoint ${REMIP} netmask ${NETMASK} # Wait for the device to come up - the chandev'ified ctc driver can take -- cgit v1.2.1