Re: [ovs-dev] [PATCH 08/22] ovn-controller: Tolerate missing integration bridge.

2015-07-22 Thread Russell Bryant
On 07/22/2015 03:39 PM, Ben Pfaff wrote: > On Wed, Jul 22, 2015 at 03:35:21PM -0400, Russell Bryant wrote: >> On 07/19/2015 06:44 PM, Ben Pfaff wrote: >>> Until now, if the integration bridge was missing, ovn-controller exited. >>> This commit makes it wait until the integration bridge is created.

Re: [ovs-dev] [PATCH 08/22] ovn-controller: Tolerate missing integration bridge.

2015-07-22 Thread Ben Pfaff
On Wed, Jul 22, 2015 at 03:35:21PM -0400, Russell Bryant wrote: > On 07/19/2015 06:44 PM, Ben Pfaff wrote: > > Until now, if the integration bridge was missing, ovn-controller exited. > > This commit makes it wait until the integration bridge is created. > > > > Signed-off-by: Ben Pfaff > > An a

Re: [ovs-dev] [PATCH 08/22] ovn-controller: Tolerate missing integration bridge.

2015-07-22 Thread Russell Bryant
On 07/19/2015 06:44 PM, Ben Pfaff wrote: > Until now, if the integration bridge was missing, ovn-controller exited. > This commit makes it wait until the integration bridge is created. > > Signed-off-by: Ben Pfaff An alternative would be to create it. I was just working on that and have it here

[ovs-dev] [PATCH 08/22] ovn-controller: Tolerate missing integration bridge.

2015-07-19 Thread Ben Pfaff
Until now, if the integration bridge was missing, ovn-controller exited. This commit makes it wait until the integration bridge is created. Signed-off-by: Ben Pfaff --- ovn/controller/binding.c| 4 +++- ovn/controller/encaps.c | 2 +- ovn/controller/ofctrl.c | 16 ++