commit | bc416d9768aa9a2e46eb11354a9c58399dafeb01 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Oct 06 10:28:31 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 18 23:22:07 2011 -0400 |
tree | a3ecf948353d11d199dfb64b0c4302c5b4aaccb6 | |
parent | f7ba35da583cf6aefba887a8dcf86acec4f3a350 [diff] |
macvlan: handle fragmented multicast frames 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>