macvlan: handle fragmented multicast frames
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 6 Oct 2011 10:28:31 +0000 (10:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Oct 2011 03:22:07 +0000 (23:22 -0400)
Fragmented multicast frames are delivered to a single macvlan port,
because ip defrag logic considers other samples are redundant.

Implement a defrag step before trying to send the multicast frame.

Reported-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found