debian: Integrate interfaces config with OVS startup script.
[sliver-openvswitch.git] / debian / openvswitch-switch.template
index 82f4e52..afa5dd3 100644 (file)
@@ -1,9 +1,12 @@
 # This is a POSIX shell fragment                -*- sh -*-
 
-# To configure the OpenFlow switch, fill in the following properly and
-# uncomment them.  Afterward, the switch will come up
-# automatically at boot time.  It can be started immediately with
-#       /etc/init.d/openvswitch-switch start
-
 # FORCE_COREFILES: If 'yes' then core files will be enabled.
 # FORCE_COREFILES=yes
+
+# BRCOMPAT: If 'yes' and the openvswitch-brcompat package is installed, then
+# Linux bridge compatibility will be enabled.
+# BRCOMPAT=no
+
+# OVS_CTL_OPTS: Extra options to pass to ovs-ctl.  This is, for example,
+# a suitable place to specify --ovs-vswitchd-wrapper=valgrind.
+# OVS_CTL_OPTS=