vswitchd: Document how to disable inactivity probes.
authorBen Pfaff <blp@nicira.com>
Thu, 14 Apr 2011 17:22:21 +0000 (10:22 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 29 Apr 2011 21:31:58 +0000 (14:31 -0700)
This has always been implemented but it was not documented until now.

Reported-by: Alex Yip <alex@nicira.com>
AUTHORS
vswitchd/vswitch.xml

diff --git a/AUTHORS b/AUTHORS
index 39125c3..bc0f3f6 100644 (file)
--- 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
index a16ddfb..7e58421 100644 (file)
         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.
       </column>
     </group>
 
         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.
       </column>
     </group>