ovn-controller-vtep: Support BUM traffic for the VTEP Schema.
authorDarrell Ball <dlu998@gmail.com>
Tue, 5 Apr 2016 20:13:40 +0000 (13:13 -0700)
committerJustin Pettit <jpettit@ovn.org>
Tue, 12 Apr 2016 02:33:48 +0000 (19:33 -0700)
commit46ed13827e8793c9638bcf550390b52265fe7c52
tree40b48b930f9ca749f0d31a7d3783e1796dc27405
parent31a9a584526eb709a8216ba756a8489954c56391
ovn-controller-vtep: Support BUM traffic for the VTEP Schema.

This patch implements BUM support in the VTEP schema.  This relates to
BUM traffic flowing from a gateway towards HVs.  This code would be
relevant to HW gateways and the ovs-vtep simulator. In order to do this,
the mcast macs remote table in the VTEP schema is populated based on the
OVN SB port binding.  For each logical switch, the SB port bindings are
queried to find all the physical locators to send BUM traffic to and the
VTEP DB is updated.

Some test packets were enabled in the HW gateway test case to exercise
the new code.

Signed-off-by: Darrell Ball <dlu998@gmail.com>
Signed-off-by: Justin Pettit <jpettit@ovn.org>
AUTHORS
ovn/controller-vtep/vtep.c
tests/ovn.at