--- trunk/magellan-initscripts/etc/rc.d/init.d/network 2007/12/13 12:18:23 638 +++ trunk/magellan-initscripts/etc/rc.d/init.d/network 2007/12/17 14:30:25 640 @@ -1,5 +1,5 @@ #!/bin/bash -# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/network,v 1.15 2007-12-13 12:18:23 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/network,v 1.16 2007-12-17 14:30:25 niro Exp $ #%rlevels: 0:k 1:k 2:k 3:s 4:s 5:s 6:k #%start: 20 @@ -295,7 +295,7 @@ brctl addif ${iface} ${bport} done # enable spanning-tree protocol - case BRIDGE_STP in + case ${BRIDGE_STP} in on|off) brctl stp ${iface} ${BRIDGE_STP} ;; *) echo "BRIDGE: unkown value \$BRIDGE_STP='$BRIDGE_STP'."; return 1 ;; esac