In openflow-switch init script, correct secchan option name.
authorBen Pfaff <blp@nicira.com>
Fri, 31 Oct 2008 15:56:51 +0000 (08:56 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 31 Oct 2008 21:09:53 +0000 (14:09 -0700)
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