From 54ebd8ea7dfdd53e36ef4e0cd0877d52dd95a8ad 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 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. -- 2.43.0