X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.template;h=69f1de60767b6e5f446d12ebc9b1e73e8e687091;hb=f9fb1858ef9f5c85863b320638b07af8043d1e5a;hp=967b3cef06d969a937fc19c4458caa239a98bf91;hpb=2b35e1475ef0c274495aa04d60b054288971d503;p=openvswitch diff --git a/debian/openvswitch-switch.template b/debian/openvswitch-switch.template index 967b3cef..69f1de60 100644 --- a/debian/openvswitch-switch.template +++ b/debian/openvswitch-switch.template @@ -135,13 +135,13 @@ MGMT_VCONNS="punix:/var/run/secchan.mgmt" # INACTIVITY_PROBE: The maximum number of seconds of inactivity on the # controller connection before secchan sends an inactivity probe # message to the controller. The valid range is 5 and up. If unset, -# secchan defaults to 15 seconds. +# secchan defaults to 5 seconds. #INACTIVITY_PROBE=5 # MAX_BACKOFF: The maximum time that secchan will wait between # attempts to connect to the controller. The valid range is 1 and up. -# If unset, secchan defaults to 15 seconds. -#MAX_BACKOFF=15 +# If unset, secchan defaults to 8 seconds. +#MAX_BACKOFF=8 # DAEMON_OPTS: Additional options to pass to secchan, e.g. "--fail=open" DAEMON_OPTS=""