Re: [ovs-dev] [PATCH ovn] controller: Fix crash on binding with no chassis.

2015-05-27 Thread Ben Pfaff
On Wed, May 27, 2015 at 03:59:26PM -0400, Russell Bryant wrote: > The current code crashes when it encounters a binding that does not > yet have a chassis set. This patch restores the intended behavior of > ignoring it in that case. > > Signed-off-by: Russell Bryant Thanks! Applied. __

[ovs-dev] [PATCH ovn] controller: Fix crash on binding with no chassis.

2015-05-27 Thread Russell Bryant
The current code crashes when it encounters a binding that does not yet have a chassis set. This patch restores the intended behavior of ignoring it in that case. Signed-off-by: Russell Bryant --- ovn/controller/physical.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ovn/controller/ph