From: Ben Pfaff Date: Thu, 12 Mar 2009 21:38:50 +0000 (-0700) Subject: debian: Remove obsolete --monitor support from switch init script. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d191d3dff3a02f8d159be48b8ed7e073b97689f;p=openvswitch debian: Remove obsolete --monitor support from switch init script. --- diff --git a/debian/openflow-switch.init b/debian/openflow-switch.init index 94e44483..4fb27afe 100755 --- a/debian/openflow-switch.init +++ b/debian/openflow-switch.init @@ -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 diff --git a/debian/openflow-switch.template b/debian/openflow-switch.template index f3f641e8..1cc9a4f4 100644 --- a/debian/openflow-switch.template +++ b/debian/openflow-switch.template @@ -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