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

2015-06-25 Thread Ben Pfaff
On Thu, Jun 25, 2015 at 04:07:56PM +, 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

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

2015-06-25 Thread Garg, Sumit
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 be