[ovs-dev] [PATCH 2/2] When opening a JSONRPC connection, the health probes are incorrectly getting turned off for connections that need probes.

Ben Pfaff blp at nicira.com
Wed Jun 24 23:41:50 UTC 2015


On Sat, Jun 20, 2015 at 05:09:55PM -0700, Ben Pfaff wrote:
> From: Sumit Garg <sumit at extremenetworks.com>
> 
> In other words, when stream_or_pstream_needs_probes()
> return non-zero, the probes are gettting disabled as
> the probe interval is getting set to zero. This leads
> to incorrect behavior such that probes are:
> 
>  - not getting turned off for unix: connections
>  - getting turned off for tcp:/ssl: connections
> 
> The changes in this commit fix this issue.

Seems obviously correct, I just need a sign-off as for the first patch.
Thank you!



More information about the dev mailing list