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
# 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