From f84d3193e665180c986fa2ff82610221114533b7 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mon, 15 Nov 2004 10:07:54 +0000 Subject: - configure the CTC protocol if CTCPROT is set (mainframe) --- sysconfig/network-scripts/network-functions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions index 05116839..44f0fab8 100644 --- a/sysconfig/network-scripts/network-functions +++ b/sysconfig/network-scripts/network-functions @@ -345,6 +345,9 @@ configure_ccwgroup_device () [ -e $SYSDIR/portname ] && echo "$PORTNAME" > $SYSDIR/portname fi fi + if [ "$NETTYPE" = "ctc" -a -n "$CTCPROT" ]; then + echo "$CTCPROT" > $SYSDIR/protocol + fi if [ -n "$OPTIONS" ]; then for i in $OPTIONS; do echo "${i//*=/}" > "$SYSDIR/${i//=*/}" -- cgit v1.2.1