Don't rate-limit packet_ins from flows that the controller set up.
[sliver-openvswitch.git] / debian / openflow-switch.default
index f8c3159..9529ddf 100644 (file)
@@ -97,10 +97,14 @@ SWITCH_IP=dhcp
 
 # MGMT_VCONNS: List of vconns (space-separated) on which secchan
 # should listen for management connections from dpctl, etc.
-# openflow-switchmon by default connects to
-# unix:/var/run/secchan.socket, so do not disable this if you want to
-# use openflow-switchmon.
-MGMT_VCONNS="punix:/var/run/secchan.socket"
+# openflow-switchui by default connects to
+# unix:/var/run/secchan.mgmt, so do not disable this if you want to
+# 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
@@ -111,3 +115,10 @@ MGMT_VCONNS="punix:/var/run/secchan.socket"
 
 # DAEMON_OPTS: Additional options to pass to secchan, e.g. "--fail=open"
 DAEMON_OPTS=""
+
+# CORE_LIMIT: Maximum size for core dumps.
+#
+# Leaving this unset will use the system default.  Setting it to 0
+# will disable core dumps.  Setting it to "unlimited" will dump all
+# core files regardless of size.
+#CORE_LIMIT=unlimited