ovn-controller-vtep: Add binding module.
authorAlex Wang <alexw@nicira.com>
Sat, 4 Jul 2015 05:55:24 +0000 (22:55 -0700)
committerAlex Wang <alexw@nicira.com>
Mon, 17 Aug 2015 00:08:37 +0000 (17:08 -0700)
commit6228d33fee706314ea1e3e1d3a76eada5ad5a3d1
treebd2fe57b28646f40c0c17a98e1f86f4bd308c0ac
parentdc4b6ffb2ed6c76130d70d8594cad776eed993db
ovn-controller-vtep: Add binding module.

This commit adds the binding module to ovn-controller-vtep.  The
module will scan through the Port_Binding table in ovnsb.  If there is
a port binding entry for a logical switch on the vtep gateway chassis's
"vtep_logical_switches", sets the port binding's chassis column to the
vtep gateway chassis.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
ovn/controller-vtep/automake.mk
ovn/controller-vtep/binding.c [new file with mode: 0644]
ovn/controller-vtep/binding.h [new file with mode: 0644]
ovn/controller-vtep/ovn-controller-vtep.c
tests/ovn-controller-vtep.at