Re: [ovs-dev] [PATCH] python: Add TCP/SSL probes for OVSDB python lib

2017-01-05 Thread Ben Pfaff
On Fri, Jan 06, 2017 at 11:25:36AM +0800, Guoshuai Li wrote: > stream_or_pstream_needs_probes always return 0. This causes TCP/SSL > connection not be probed, and no reconnect when the connection > is aborted > > Signed-off-by: Guoshuai Li Thanks, applied to branch-2.6.

Re: [ovs-dev] [PATCH] python: Add TCP/SSL probes for OVSDB python lib

2017-01-05 Thread Guoshuai Li
On Thu, Jan 05, 2017 at 09:58:11AM -0500, Russell Bryant wrote: On Wed, Jan 4, 2017 at 6:41 PM, Ben Pfaff wrote: On Sun, Jan 01, 2017 at 07:04:55PM +0800, Guoshuai Li wrote: stream_or_pstream_needs_probes always return 0. This causes TCP/SSL connection not be probed, and no

[ovs-dev] [PATCH] python: Add TCP/SSL probes for OVSDB python lib

2017-01-05 Thread Guoshuai Li
stream_or_pstream_needs_probes always return 0. This causes TCP/SSL connection not be probed, and no reconnect when the connection is aborted Signed-off-by: Guoshuai Li --- python/ovs/stream.py | 32 +++- 1 file changed, 23 insertions(+), 9

Re: [ovs-dev] [PATCH] python: Add TCP/SSL probes for OVSDB python lib

2017-01-05 Thread Ben Pfaff
On Thu, Jan 05, 2017 at 09:58:11AM -0500, Russell Bryant wrote: > On Wed, Jan 4, 2017 at 6:41 PM, Ben Pfaff wrote: > > > On Sun, Jan 01, 2017 at 07:04:55PM +0800, Guoshuai Li wrote: > > > stream_or_pstream_needs_probes always return 0. This causes TCP/SSL > > > connection not be

Re: [ovs-dev] [PATCH] python: Add TCP/SSL probes for OVSDB python lib

2017-01-05 Thread Russell Bryant
On Wed, Jan 4, 2017 at 6:41 PM, Ben Pfaff wrote: > On Sun, Jan 01, 2017 at 07:04:55PM +0800, Guoshuai Li wrote: > > stream_or_pstream_needs_probes always return 0. This causes TCP/SSL > > connection not be probed, and no reconnect when the connection > > is aborted > > > >

Re: [ovs-dev] [PATCH] python: Add TCP/SSL probes for OVSDB python lib

2017-01-04 Thread Ben Pfaff
On Sun, Jan 01, 2017 at 07:04:55PM +0800, Guoshuai Li wrote: > stream_or_pstream_needs_probes always return 0. This causes TCP/SSL > connection not be probed, and no reconnect when the connection > is aborted > > Signed-off-by: Guoshuai Li Applied to master, thanks!