Re: [ovs-dev] [PATCH 2/3] ovn-controller-vtep: Call binding_cleanup() before gateway_cleanup().

2015-08-18 Thread Alex Wang
On Tue, Aug 18, 2015 at 8:10 AM, Russell Bryant wrote: > On 08/17/2015 11:29 PM, Alex Wang wrote: > > Otherwise, binding_cleanup() will be a no-op since all related chassis > > entries are deleted in gateway_cleanup(). > > > > Found by inspection. > > > > Signed-off-by: Alex Wang > > --- > > ov

Re: [ovs-dev] [PATCH 2/3] ovn-controller-vtep: Call binding_cleanup() before gateway_cleanup().

2015-08-18 Thread Russell Bryant
On 08/17/2015 11:29 PM, Alex Wang wrote: > Otherwise, binding_cleanup() will be a no-op since all related chassis > entries are deleted in gateway_cleanup(). > > Found by inspection. > > Signed-off-by: Alex Wang > --- > ovn/controller-vtep/ovn-controller-vtep.c |4 ++-- > 1 file changed, 2

[ovs-dev] [PATCH 2/3] ovn-controller-vtep: Call binding_cleanup() before gateway_cleanup().

2015-08-17 Thread Alex Wang
Otherwise, binding_cleanup() will be a no-op since all related chassis entries are deleted in gateway_cleanup(). Found by inspection. Signed-off-by: Alex Wang --- ovn/controller-vtep/ovn-controller-vtep.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovn/controller-