X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.template;h=44f9210c867ecee67624965aeca32cbb22025fd2;hb=21a60ea97b492ae642d5b35430b24d137cd67f35;hp=0a72198f286c7f7b303d82263e07c580b1bef608;hpb=3b01baa3970139c3a195017ab1ea3e42761e3db2;p=openvswitch diff --git a/debian/openvswitch-switch.template b/debian/openvswitch-switch.template index 0a72198f..44f9210c 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/ovs-openflowd.mgmt" # INACTIVITY_PROBE: The maximum number of seconds of inactivity on the # controller connection before ovs-openflowd sends an inactivity probe # message to the controller. The valid range is 5 and up. If unset, -# ovs-openflowd defaults to 15 seconds. +# ovs-openflowd defaults to 5 seconds. #INACTIVITY_PROBE=5 # MAX_BACKOFF: The maximum time that ovs-openflowd will wait between # attempts to connect to the controller. The valid range is 1 and up. -# If unset, ovs-openflowd defaults to 15 seconds. -#MAX_BACKOFF=15 +# If unset, ovs-openflowd defaults to 8 seconds. +#MAX_BACKOFF=8 # DAEMON_OPTS: Additional options to pass to ovs-openflowd, e.g. "--fail=open" DAEMON_OPTS=""