X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.template;h=afa5dd30ae431822758fd656070f67121c9c395c;hb=615660a99a2c1b1b4e0af258f1e8f8a9ea6cd3d4;hp=6da1ed773372b4dbc41a5a88889864456656f1a3;hpb=b3a43165749f80d7f3eda34e2e2b07f7a349e298;p=openvswitch diff --git a/debian/openvswitch-switch.template b/debian/openvswitch-switch.template index 6da1ed77..afa5dd30 100644 --- a/debian/openvswitch-switch.template +++ b/debian/openvswitch-switch.template @@ -1,21 +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 -# OVSDB_SERVER_OPTS: Additional options to pass to ovsdb-server, -# e.g. "--fail=open" -OVSDB_SERVER_OPTS= +# BRCOMPAT: If 'yes' and the openvswitch-brcompat package is installed, then +# Linux bridge compatibility will be enabled. +# BRCOMPAT=no -# OVS_VSWITCHD_OPTS: Additional options to pass to ovs-openflowd, -# e.g. "--fail=open" -OVS_VSWITCHD_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 +# 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=