]> git.proxmox.com Git - ovs.git/commit - ovn/controller/binding.h
ovn-controller: Restore ct zone assignment.
authorBabu Shanmugam <bschanmu@redhat.com>
Thu, 28 Jul 2016 20:15:14 +0000 (16:15 -0400)
committerRussell Bryant <russell@ovn.org>
Fri, 29 Jul 2016 21:15:05 +0000 (17:15 -0400)
commitc5f346a55f2e9050ea172dbb71d63a0d5121ce11
tree9b9688508007c50b6b7b86122054ed1179054b49
parente5cf8cce275934549ee1b1ed41d60d5b6ce7918d
ovn-controller: Restore ct zone assignment.

Recent commits reorganizing bindings handling and also moving ct zone
assignment to ovn-controller.c caused ct zone assignment to no longer
work.  The code relies on an "all_lports" sset that should contain all
logical ports that we should be assigning ct zones for.  Prior to this
change, all_lports was always empty.

Signed-off-by: Babu Shanmugam <bschanmu@redhat.com>
Co-authored-by: Russell Bryant <russell@ovn.org>
Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ryan Moats <rmoats@us.ibm.com>
ovn/controller/binding.c
ovn/controller/binding.h
ovn/controller/ovn-controller.c