Re: [ovs-dev] [ovn 1/6] ovn-controller: Make integration bridge config part of general context.

2015-04-29 Thread Justin Pettit
> On Apr 28, 2015, at 2:56 PM, Ben Pfaff wrote: > > On Mon, Apr 27, 2015 at 10:14:46PM -0700, Justin Pettit wrote: >> The integration bridge will be needed by other components soon, so make >> it part of the general ovn-controller context. >> >> Signed-off-by: Justin Pettit > > This solves a

Re: [ovs-dev] [ovn 1/6] ovn-controller: Make integration bridge config part of general context.

2015-04-28 Thread Ben Pfaff
On Mon, Apr 27, 2015 at 10:14:46PM -0700, Justin Pettit wrote: > The integration bridge will be needed by other components soon, so make > it part of the general ovn-controller context. > > Signed-off-by: Justin Pettit This solves a problem I had too, and I like your solution better. Thanks. It

Re: [ovs-dev] [ovn 1/6] ovn-controller: Make integration bridge config part of general context.

2015-04-28 Thread Russell Bryant
On 04/28/2015 01:14 AM, Justin Pettit wrote: > The integration bridge will be needed by other components soon, so make > it part of the general ovn-controller context. > > Signed-off-by: Justin Pettit > --- > ovn/controller/bindings.c | 33 ++-- > ovn/controller/o

[ovs-dev] [ovn 1/6] ovn-controller: Make integration bridge config part of general context.

2015-04-27 Thread Justin Pettit
The integration bridge will be needed by other components soon, so make it part of the general ovn-controller context. Signed-off-by: Justin Pettit --- ovn/controller/bindings.c | 33 ++-- ovn/controller/ovn-controller.c | 44