On Fri, Apr 11, 2014 at 06:34:21PM -0300, Flavio Leitner wrote: > First check if the packet is a multicast and if the multicast > snooping feature is enabled. If so, then update the multicast > snooping database accordingly and send it to the correct ports. > > If the packet is not multicast, let the MAC learning handle the > packet as before. > > This patch also removes OVS_UNUSED from all previous functions. > > Signed-off-by: Flavio Leitner <f...@redhat.com>
Looks good to me. I think that the new calls to xlate_normal_flood() should also have new calls to xlate_report(), since it can be useful information to know why a packet is getting flooded. Thanks, Ben. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev