X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.template;h=d7c779689223e35447211e5ecb773a0febf0ab3d;hb=HEAD;hp=e36fc689562295b49505dea945d6b3d6eef05b4e;hpb=a4af00400a835eb87569ba40e21874c05e872c0f;p=sliver-openvswitch.git diff --git a/debian/openvswitch-switch.template b/debian/openvswitch-switch.template index e36fc6895..d7c779689 100644 --- a/debian/openvswitch-switch.template +++ b/debian/openvswitch-switch.template @@ -1,25 +1,8 @@ # 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= - -# 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 - -# ENABLE_MONITOR: If 'y' then monitor daemon processes and restart them -# if they die due to an error signal. -# ENABLE_MONITOR=y +# 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=