From: Ben Pfaff Date: Thu, 14 Apr 2011 17:22:21 +0000 (-0700) Subject: vswitchd: Document how to disable inactivity probes. X-Git-Tag: v1.1.1~28 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=54ebd8ea7dfdd53e36ef4e0cd0877d52dd95a8ad vswitchd: Document how to disable inactivity probes. This has always been implemented but it was not documented until now. Reported-by: Alex Yip --- diff --git a/AUTHORS b/AUTHORS index 39125c32a..bc0f3f6a0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -41,6 +41,7 @@ The following additional people are mentioned in commit logs as having provided helpful bug reports or suggestions. Aaron M. Ucko ucko@debian.org +Alex Yip alex@nicira.com Alexey I. Froloff raorn@altlinux.org Brad Hall brad@nicira.com Brandon Heller brandonh@stanford.edu diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index a16ddfbf1..7e5842129 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1770,7 +1770,8 @@ number of seconds, it will send a probe. If a response is not received for the same additional amount of time, Open vSwitch assumes the connection has been broken and attempts to reconnect. - Default is implementation-specific. + Default is implementation-specific. A value of 0 disables + inactivity probes. @@ -2023,6 +2024,7 @@ will send a probe. If a response is not received for the same additional amount of time, Open vSwitch assumes the connection has been broken and attempts to reconnect. Default is implementation-specific. + A value of 0 disables inactivity probes.