Fixes: c5f346a55f2e ("ovn-controller: Restore ct zone assignment.")
Reported-by: Ramu Ramamurthy <[email protected]>
CC: Babu Shanmugam <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
---
ovn/controller/binding.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ovn/controller/binding.c b/ovn/controller/binding.c
index bd73da8..5f03702 100644
--- a/ovn/controller/binding.c
+++ b/ovn/controller/binding.c
@@ -315,6 +315,7 @@ binding_run(struct controller_ctx *ctx, const struct
ovsrec_bridge *br_int,
SSET_FOR_EACH(cur_id, &removed_lports) {
sset_find_and_delete(all_lports, cur_id);
}
+ sset_destroy(&removed_lports);
process_full_binding = false;
} else {
--
2.1.3
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev