X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.template;h=69f1de60767b6e5f446d12ebc9b1e73e8e687091;hb=a393b897f27405592dc56f7084796c8bf1815519;hp=7fe0e15c613589430fe15612124ef3b5ee5c8f57;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/debian/openvswitch-switch.template b/debian/openvswitch-switch.template index 7fe0e15c..69f1de60 100644 --- a/debian/openvswitch-switch.template +++ b/debian/openvswitch-switch.template @@ -69,8 +69,8 @@ SWITCH_IP=dhcp # CONTROLLER: Location of controller. # One of the following formats: -# tcp:HOST[:PORT] via TCP to PORT (default: 6633) on HOST -# ssl:HOST[:PORT] via SSL to PORT (default: 6633) on HOST +# tcp:IP[:PORT] via TCP to PORT (default: 6633) at IP +# ssl:IP[:PORT] via SSL to PORT (default: 6633) at IP # The default below assumes that the controller is running locally. # This setting has no effect when MODE is set to 'discovery'. #CONTROLLER="tcp:127.0.0.1" @@ -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=""