Re: [ovs-dev] [PATCH v6 2/3] ovn: Automatically create br-int in ovn-controller.

2015-08-26 Thread Ben Pfaff
On Wed, Aug 26, 2015 at 09:10:32AM -0400, Russell Bryant wrote: > On 08/25/2015 02:11 PM, Russell Bryant wrote: > > ovn-controller previously required the integration bridge to be > > created before running ovn-controller. This patch makes > > ovn-controller automatically create it if it doesn't a

Re: [ovs-dev] [PATCH v6 2/3] ovn: Automatically create br-int in ovn-controller.

2015-08-26 Thread Russell Bryant
On 08/26/2015 10:58 AM, Ben Pfaff wrote: > On Tue, Aug 25, 2015 at 02:11:44PM -0400, Russell Bryant wrote: >> ovn-controller previously required the integration bridge to be >> created before running ovn-controller. This patch makes >> ovn-controller automatically create it if it doesn't already e

Re: [ovs-dev] [PATCH v6 2/3] ovn: Automatically create br-int in ovn-controller.

2015-08-26 Thread Ben Pfaff
On Tue, Aug 25, 2015 at 02:11:44PM -0400, Russell Bryant wrote: > ovn-controller previously required the integration bridge to be > created before running ovn-controller. This patch makes > ovn-controller automatically create it if it doesn't already exist. > > Signed-off-by: Russell Bryant Cla

Re: [ovs-dev] [PATCH v6 2/3] ovn: Automatically create br-int in ovn-controller.

2015-08-26 Thread Russell Bryant
On 08/25/2015 02:11 PM, Russell Bryant wrote: > ovn-controller previously required the integration bridge to be > created before running ovn-controller. This patch makes > ovn-controller automatically create it if it doesn't already exist. > > Signed-off-by: Russell Bryant > --- > ovn/controlle

[ovs-dev] [PATCH v6 2/3] ovn: Automatically create br-int in ovn-controller.

2015-08-25 Thread Russell Bryant
ovn-controller previously required the integration bridge to be created before running ovn-controller. This patch makes ovn-controller automatically create it if it doesn't already exist. Signed-off-by: Russell Bryant --- ovn/controller/ovn-controller.c | 65 ++--