In openflow-switch init script, correct secchan option name.
[sliver-openvswitch.git] / debian / openflow-switch.init
index cc5f954..e6acfa4 100755 (executable)
@@ -238,7 +238,7 @@ case "$1" in
 
         COMMAND_OPT=
         if test -n "$COMMANDS"; then
-            COMMAND_OPT="--commands=$COMMANDS"
+            COMMAND_OPT="--command-acl=$COMMANDS"
         fi
 
         if test "$MODE" = out-of-band; then