[ovs-dev] [branch-1.1 16/34] vswitchd: Document how to disable inactivity probes.

Ben Pfaff blp at nicira.com
Fri Apr 29 21:56:47 UTC 2011


This has always been implemented but it was not documented until now.

Reported-by: Alex Yip <alex at nicira.com>
---
 AUTHORS              |    1 +
 vswitchd/vswitch.xml |    4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 39125c3..bc0f3f6 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 at debian.org
+Alex Yip                alex at nicira.com
 Alexey I. Froloff       raorn at altlinux.org
 Brad Hall               brad at nicira.com
 Brandon Heller          brandonh at stanford.edu
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index a16ddfb..7e58421 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.
       </column>
     </group>
 
@@ -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.
       </column>
     </group>
 
-- 
1.7.4.4




More information about the dev mailing list