From 2bb82bf044a0e28ef4c9e65e425b8173a574d91d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 14 Apr 2011 10:22:21 -0700 Subject: [PATCH] vswitchd: Document how to disable inactivity probes. This has always been implemented but it was not documented until now. Reported-by: Alex Yip --- AUTHORS | 1 + vswitchd/vswitch.xml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 39125c32..bc0f3f6a 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 f2c07a5c..76037193 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1785,7 +1785,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. @@ -2038,6 +2039,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. -- 2.30.2