debian: Remove obsolete --monitor support from switch init script.
authorBen Pfaff <blp@nicira.com>
Thu, 12 Mar 2009 21:38:50 +0000 (14:38 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Mar 2009 21:39:21 +0000 (14:39 -0700)
debian/openflow-switch.init
debian/openflow-switch.template

index 94e444837ba581055e1543ad0bea5bc803a13405..4fb27afeb74a8e2d161abb62433040075d9df4df 100755 (executable)
@@ -327,9 +327,6 @@ case "$1" in
         for vconn in $MGMT_VCONNS; do
             set -- "$@" --listen="$vconn"
         done
-        if test -n "$MONITOR_VCONN"; then
-            set -- "$@" --monitor="$MONITOR_VCONN"
-        fi
         if test -n "$COMMANDS"; then
             set -- "$@" --command-acl="$COMMANDS"
         fi
index f3f641e845cfd1153ccf1daed9117d3e3e01764e..1cc9a4f4b1025672db0b57dde376682e8c832d0e 100644 (file)
@@ -108,10 +108,6 @@ SWITCH_IP=dhcp
 # use openflow-switchui.
 MGMT_VCONNS="punix:/var/run/secchan.mgmt"
 
-# MONITOR_VCONN:  Name of vconn on which secchan should listen for 
-# monitoring connections from dpctl.
-MONITOR_VCONN="punix:/var/run/secchan.monitor"
-
 # COMMANDS: Access control list for the commands that can be executed
 # remotely over the OpenFlow protocol, as a comma-separated list of
 # shell glob patterns.  Negative patterns (beginning with !) act as a