cms/cmssetup.sh: fix LAYER2 ccw.conf setup

master
Harald Hoyer 2013-06-06 12:32:36 +02:00
parent fdc1037b19
commit 66e092bb53
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ processcmsfile()
(
echo -n $NETTYPE,$SUBCHANNELS
[[ $PORTNAME ]] && echo -n ",portname=$PORTNAME"
[[ $LAYER2 ]] && echo -n ",layer2=$LAYER"
[[ $LAYER2 ]] && echo -n ",layer2=$LAYER2"
[[ "$NETTYPE" = "ctc" ]] && [[ $CTCPROT ]] && echo -n ",protocol=$CTCPROT"
echo
) >> /etc/ccw.conf