ovn-controller-vtep: Call binding_cleanup() before gateway_cleanup().
authorAlex Wang <alexw@nicira.com>
Tue, 18 Aug 2015 06:09:57 +0000 (23:09 -0700)
committerAlex Wang <alexw@nicira.com>
Tue, 18 Aug 2015 16:57:22 +0000 (09:57 -0700)
commitae4b9136e5003dd1637585a578c522673161da7d
tree3cc65d3fe5ac25ef41d50574bc8c7643fbab295f
parentd8e6570ce1a2ce86e36fc40ee7f43cbcee1bc35e
ovn-controller-vtep: Call binding_cleanup() before gateway_cleanup().

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 <alexw@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
ovn/controller-vtep/ovn-controller-vtep.c