ovs-vtep: Don't flood to multiple 'uknown-dsts'.
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 18 Oct 2013 20:06:50 +0000 (13:06 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 18 Oct 2013 21:09:52 +0000 (14:09 -0700)
commit36b87338ede898da6a1b86d374d2036683195856
tree83a7f6540e984e4ecf085f9b5c5731d0733183b9
parent9b4a53923a8a915c0c6a5365b392a7efd6f9bf71
ovs-vtep: Don't flood to multiple 'uknown-dsts'.

This commit changes VTEP simulator's flooding logic as follows:

1. Traffic coming from a VTEP physical port will only be flooded
to all the physical ports in the same VTEP that belongs to that logical
switch and to ONLY one of the devices that have been marked as 'unknown-dst'

2. Traffic coming from any device that has 'unknown-dst' marked, will only be
flooded by VTEP to its physical ports that belong to that logical switch.

Bug #20144.
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
vtep/ovs-vtep