Re: [ovs-dev] [PATCH ovn 1/2] ovn-controller: Fix invalid br_int_name handling.

2015-05-01 Thread Justin Pettit
> On May 1, 2015, at 11:55 AM, Kyle Mestery wrote: > > On Fri, May 1, 2015 at 1:22 PM, Russell Bryant wrote: > > Nice catch! Seems sensible too. :) > > Acked-by: Kyle Mestery Agreed, nice catch. I added Kyle's ACKs and pushed the series. --Justin

Re: [ovs-dev] [PATCH ovn 1/2] ovn-controller: Fix invalid br_int_name handling.

2015-05-01 Thread Kyle Mestery
On Fri, May 1, 2015 at 1:22 PM, Russell Bryant wrote: > While doing some testing, I noticed the following error message: > > Integration bridge '' dissapeared > > The reason is that the code kept around the value of the "ovn-bridge" > configuration without copying it. The result was pointing t

[ovs-dev] [PATCH ovn 1/2] ovn-controller: Fix invalid br_int_name handling.

2015-05-01 Thread Russell Bryant
While doing some testing, I noticed the following error message: Integration bridge '' dissapeared The reason is that the code kept around the value of the "ovn-bridge" configuration without copying it. The result was pointing to bogus memory. You would only see this if you set "ovn_bridge".