[ovs-dev] [PATCH 2/2] python: Fix issue with probes for JSONRPC connections

Ben Pfaff blp at nicira.com
Thu Jun 25 18:08:45 UTC 2015


On Thu, Jun 25, 2015 at 04:07:56PM +0000, Garg, Sumit wrote:
> When opening a JSONRPC connection, the health probes
> are incorrectly getting turned off for connections
> that need probes.
> 
> 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.
> 
> Signed-off-by: Sumit Garg <sumit at extremenetworks.com>

Thanks, I applied this to master, branch-2.4, and branch-2.3.



More information about the dev mailing list