Skip to content

Commit

Permalink
ovn-controller-vtep: Support BUM traffic for the VTEP Schema.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Justin Pettit <[email protected]>
  • Loading branch information
darball1 authored and justinpettit committed Apr 12, 2016
1 parent 31a9a58 commit 46ed138
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 42 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Daniel Roman [email protected]
Daniele Di Proietto [email protected]
Daniele Venturino [email protected]
Danny Kukawka [email protected]
Darrell Ball [email protected]
Dave Tucker [email protected]
David Erickson [email protected]
David S. Miller [email protected]
Expand Down
Loading

0 comments on commit 46ed138

Please sign in to comment.