This has always been implemented but it was not documented until now. Reported-by: Alex Yip <[email protected]> --- 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 [email protected] +Alex Yip [email protected] Alexey I. Froloff [email protected] Brad Hall [email protected] Brandon Heller [email protected] 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 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
