Re: [ovs-dev] [PATCH] ovn-controller: if 'ovn-bridge-mappings' unconfigured, return directly.

2016-08-02 Thread Russell Bryant
On Mon, Aug 1, 2016 at 1:30 PM, Russell Bryant wrote: > > > On Mon, Aug 1, 2016 at 12:09 PM, Russell Bryant wrote: > >> >> >> On Mon, Aug 1, 2016 at 12:00 PM, Ben Pfaff wrote: >> >>> On Mon, Aug 01, 2016 at 02:55:26AM -0700,

Re: [ovs-dev] [PATCH] ovn-controller: if 'ovn-bridge-mappings' unconfigured, return directly.

2016-08-01 Thread Russell Bryant
On Mon, Aug 1, 2016 at 12:09 PM, Russell Bryant wrote: > > > On Mon, Aug 1, 2016 at 12:00 PM, Ben Pfaff wrote: > >> On Mon, Aug 01, 2016 at 02:55:26AM -0700, nickcooper-zhangtonghao wrote: >> > If the chassis doesn't configure the

Re: [ovs-dev] [PATCH] ovn-controller: if 'ovn-bridge-mappings' unconfigured, return directly.

2016-08-01 Thread nickcooper-zhangtonghao
> On Aug 2, 2016, at 12:09 AM, Russell Bryant wrote: > > > > On Mon, Aug 1, 2016 at 12:00 PM, Ben Pfaff > wrote: > On Mon, Aug 01, 2016 at 02:55:26AM -0700, nickcooper-zhangtonghao wrote: > > If the chassis doesn't configure the

Re: [ovs-dev] [PATCH] ovn-controller: if 'ovn-bridge-mappings' unconfigured, return directly.

2016-08-01 Thread Russell Bryant
On Mon, Aug 1, 2016 at 12:00 PM, Ben Pfaff wrote: > On Mon, Aug 01, 2016 at 02:55:26AM -0700, nickcooper-zhangtonghao wrote: > > If the chassis doesn't configure the 'external-ids:ovn-bridge-mappings' > in > > the OVSDB, the 'add_bridge_mappings' should return directly. > > > >

Re: [ovs-dev] [PATCH] ovn-controller: if 'ovn-bridge-mappings' unconfigured, return directly.

2016-08-01 Thread Ben Pfaff
On Mon, Aug 01, 2016 at 02:55:26AM -0700, nickcooper-zhangtonghao wrote: > If the chassis doesn't configure the 'external-ids:ovn-bridge-mappings' in > the OVSDB, the 'add_bridge_mappings' should return directly. > > Signed-off-by: nickcooper-zhangtonghao >

[ovs-dev] [PATCH] ovn-controller: if 'ovn-bridge-mappings' unconfigured, return directly.

2016-08-01 Thread nickcooper-zhangtonghao
If the chassis doesn't configure the 'external-ids:ovn-bridge-mappings' in the OVSDB, the 'add_bridge_mappings' should return directly. Signed-off-by: nickcooper-zhangtonghao --- ovn/controller/patch.c | 4 +++- 1 file changed, 3 insertions(+), 1