Re: [ovs-dev] [PATCH] ovn: Fix a northd bug.

2015-05-19 Thread Alex Wang
Based on offline discussion, we want to change the type of 'chassis' column in 'Binding' table from string to weak reference of 'Chassis' table entry. Already sent new patch. Thanks, Alex Wang, On Tue, May 19, 2015 at 9:09 AM, Alex Wang wrote: > > > On Tue, May 19, 2015 at 8:31 AM, Ben Pfaff

Re: [ovs-dev] [PATCH] ovn: Fix a northd bug.

2015-05-19 Thread Alex Wang
On Tue, May 19, 2015 at 8:31 AM, Ben Pfaff wrote: > On Mon, May 18, 2015 at 06:58:15PM -0700, Alex Wang wrote: > > The 'chassis' member in the 'struct sbrec_binding' must always be > > non-null. However, this is not case when creating the binding > > in "set_bindings()". And it causes segfault

Re: [ovs-dev] [PATCH] ovn: Fix a northd bug.

2015-05-19 Thread Ben Pfaff
On Mon, May 18, 2015 at 06:58:15PM -0700, Alex Wang wrote: > The 'chassis' member in the 'struct sbrec_binding' must always be > non-null. However, this is not case when creating the binding > in "set_bindings()". And it causes segfault while starting northd > with existing ovnnb configuration. >