All of lore.kernel.org
 help / color / mirror / Atom feed
* [MacVLAN] failure to deliver reassembled IPv6 multicast traffic
@ 2013-02-15 17:00 Erik Hugne
  2013-02-15 18:08 ` Eric Dumazet
  2013-02-15 19:07 ` Ben Greear
  0 siblings, 2 replies; 13+ messages in thread
From: Erik Hugne @ 2013-02-15 17:00 UTC (permalink / raw)
  To: netdev, kaber; +Cc: ataschner

If macvlan's are configured on a device, IPv6 multicast
traffic received on the underlying ethernet device is not
delivered properly to higher layers. Large amounts of packets are lost, and
the problem seems to get worse the more macvlans are defined
on top of the device, up to the point where no traffic is delivered
at all...


Steps to reproduce (2 hosts required)
On host 1, set up some macvlans:
ip link add link eth0 name macvlan0 type macvlan mode bridge
ip link add link eth0 name macvlan2 type macvlan mode bridge
ip link add link eth0 name macvlan3 type macvlan mode bridge
ip link set link dev macvlan0 up
ip link set link dev macvlan2 up
ip link set link dev macvlan3 up

Start a server that binds to ff02::1 scoped to eth0
./server6 -sff02::1 -eeth0


On host 2:
./client6 -dff02::1 -eeth0


This seems to only occur for large (fragmented) IPv6 multicast traffic.
If you bind to :: instead (-s:: on the server) and send to
the linklocal address of Host1/eth0, packets are delivered just fine.

Source for client6/server6 on github:
git clone git@github.com:Hugne/udp_mc.git

//E

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-02-19 22:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-15 17:00 [MacVLAN] failure to deliver reassembled IPv6 multicast traffic Erik Hugne
2013-02-15 18:08 ` Eric Dumazet
2013-02-15 19:07 ` Ben Greear
2013-02-15 19:18   ` Eric Dumazet
2013-02-15 19:27     ` Ben Greear
2013-02-15 19:35       ` Eric Dumazet
2013-02-16  2:25         ` Vlad Yasevich
2013-02-16  2:57           ` Vlad Yasevich
2013-02-16  8:48             ` Erik Hugne
2013-02-19 22:22         ` Ben Greear
2013-02-19 22:37           ` Ben Greear
2013-02-19 22:38           ` Eric Dumazet
2013-02-19 22:47             ` Ben Greear

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.