Re: [ovs-dev] [PATCH 03/18] packet: Add function ip_is_local_multicast()

2014-05-19 Thread Ben Pfaff
On Fri, Apr 11, 2014 at 06:34:08PM -0300, Flavio Leitner wrote: > RFC4541- IGMP and MLD Snooping Switches Considerations > recommends to have different actions for local and > non-local multicast traffic. > > Acked-by: Daniel Borkmann > Signed-off-by: Thomas Graf > Signed-off-by: Flavio Leitner

[ovs-dev] [PATCH 03/18] packet: Add function ip_is_local_multicast()

2014-04-11 Thread Flavio Leitner
RFC4541- IGMP and MLD Snooping Switches Considerations recommends to have different actions for local and non-local multicast traffic. Acked-by: Daniel Borkmann Signed-off-by: Thomas Graf Signed-off-by: Flavio Leitner --- lib/packets.h | 5 + 1 file changed, 5 insertions(+) diff --git a/l