X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.template;h=afa5dd30ae431822758fd656070f67121c9c395c;hb=7beaa082d7f422dda337780d6dd457b9a5ffe7d5;hp=82f4e52f028aa163baad883c123c584f94445ee3;hpb=43bb5f82ec051f335a5c5a8975150ec6352d5d73;p=openvswitch diff --git a/debian/openvswitch-switch.template b/debian/openvswitch-switch.template index 82f4e52f..afa5dd30 100644 --- a/debian/openvswitch-switch.template +++ b/debian/openvswitch-switch.template @@ -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=