Re: [ovs-dev] [PATCH v4] Introduce ovs-appctl command to monitor HVs sb connection status

2018-08-17 Thread Flavio Leitner
On Fri, Aug 17, 2018 at 09:35:37AM -0700, Ben Pfaff wrote: > On Fri, Aug 17, 2018 at 10:18:36AM -0300, Flavio Leitner wrote: > > On Tue, Jul 31, 2018 at 12:51:02PM -0700, Ben Pfaff wrote: > > > On Tue, Jul 31, 2018 at 05:35:00PM +0200, Lorenzo Bianconi wrote: > > > > Add 'connection-status'

Re: [ovs-dev] [PATCH v4] Introduce ovs-appctl command to monitor HVs sb connection status

2018-08-17 Thread Ben Pfaff
On Fri, Aug 17, 2018 at 10:18:36AM -0300, Flavio Leitner wrote: > On Tue, Jul 31, 2018 at 12:51:02PM -0700, Ben Pfaff wrote: > > On Tue, Jul 31, 2018 at 05:35:00PM +0200, Lorenzo Bianconi wrote: > > > Add 'connection-status' command to ovs-appctl utility in order to check > > > if a given chassis

Re: [ovs-dev] [PATCH v4] Introduce ovs-appctl command to monitor HVs sb connection status

2018-08-17 Thread Flavio Leitner
On Tue, Jul 31, 2018 at 12:51:02PM -0700, Ben Pfaff wrote: > On Tue, Jul 31, 2018 at 05:35:00PM +0200, Lorenzo Bianconi wrote: > > Add 'connection-status' command to ovs-appctl utility in order to check > > if a given chassis is currently connected to SB db > > > > Acked-by: Mark Michelson > >

Re: [ovs-dev] [PATCH v4] Introduce ovs-appctl command to monitor HVs sb connection status

2018-08-01 Thread Jakub Sitnicki
On Tue, 31 Jul 2018 17:35:00 +0200 Lorenzo Bianconi wrote: > Add 'connection-status' command to ovs-appctl utility in order to check > if a given chassis is currently connected to SB db > > Acked-by: Mark Michelson > Co-authored-by: aginwala > Signed-off-by: aginwala > Signed-off-by: Lorenzo

Re: [ovs-dev] [PATCH v4] Introduce ovs-appctl command to monitor HVs sb connection status

2018-07-31 Thread Ben Pfaff
On Tue, Jul 31, 2018 at 05:35:00PM +0200, Lorenzo Bianconi wrote: > Add 'connection-status' command to ovs-appctl utility in order to check > if a given chassis is currently connected to SB db > > Acked-by: Mark Michelson > Co-authored-by: aginwala > Signed-off-by: aginwala > Signed-off-by:

[ovs-dev] [PATCH v4] Introduce ovs-appctl command to monitor HVs sb connection status

2018-07-31 Thread Lorenzo Bianconi
Add 'connection-status' command to ovs-appctl utility in order to check if a given chassis is currently connected to SB db Acked-by: Mark Michelson Co-authored-by: aginwala Signed-off-by: aginwala Signed-off-by: Lorenzo Bianconi --- Changes since v3: - add const qualifier to result and idl