diff options
author | Karsten Hopp <karsten@redhat.com> | 2004-05-18 12:30:49 +0000 |
---|---|---|
committer | Karsten Hopp <karsten@redhat.com> | 2004-05-18 12:30:49 +0000 |
commit | 002ed645baad470e826bb7206d2d48800c1263f9 (patch) | |
tree | 812bb5448380a208324e07f18d292bacbfe1f0d4 /sysconfig/network-scripts/ifup-ctc | |
parent | 92ab34a67efdd4a805a7f98753f5479fedd661f5 (diff) | |
download | initscripts-002ed645baad470e826bb7206d2d48800c1263f9.tar initscripts-002ed645baad470e826bb7206d2d48800c1263f9.tar.gz initscripts-002ed645baad470e826bb7206d2d48800c1263f9.tar.bz2 initscripts-002ed645baad470e826bb7206d2d48800c1263f9.tar.xz initscripts-002ed645baad470e826bb7206d2d48800c1263f9.zip |
- add support for mainframe ccwgroup devices (QETH/HSI/CTC/LCS)
Diffstat (limited to 'sysconfig/network-scripts/ifup-ctc')
-rwxr-xr-x | sysconfig/network-scripts/ifup-ctc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |