summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-04-14 10:22:21 -0700
committerBen Pfaff <blp@nicira.com>2011-04-29 14:31:58 -0700
commit54ebd8ea7dfdd53e36ef4e0cd0877d52dd95a8ad (patch)
tree11c5bc5687f0b2a8c2a34e5a32ab653b80d3002f
parente935e9499760e11ca20f8d17b9dc28f305a20386 (diff)
downloadopenvswitch-54ebd8ea7dfdd53e36ef4e0cd0877d52dd95a8ad.tar.gz
vswitchd: Document how to disable inactivity probes.
This has always been implemented but it was not documented until now. Reported-by: Alex Yip <alex@nicira.com>
-rw-r--r--AUTHORS1
-rw-r--r--vswitchd/vswitch.xml4
2 files changed, 4 insertions, 1 deletions
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.
</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>