aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-02 09:23:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-02 09:23:59 +0000
commit16db01ec42b7e99b28d4eb857176877eb54d63ef (patch)
tree8263d738041ce974c26bb97087605e79adbb312f /target/linux/cns3xxx
parent1b7134d5ee15723686c1ab3259efc1c8bebe8e91 (diff)
downloadmaster-187ad058-16db01ec42b7e99b28d4eb857176877eb54d63ef.tar.gz
master-187ad058-16db01ec42b7e99b28d4eb857176877eb54d63ef.tar.bz2
master-187ad058-16db01ec42b7e99b28d4eb857176877eb54d63ef.zip
kernel: bridge, multicast-to-unicast: fix echoes on STA
Currently, multicast packets from an STA are sent to any according multicast listener directly through the bridge multicast-to-unicast feature. Unfortunately, so far this includes the originating STA, too, resulting in multicast packets being echo'ed back to the originating STA if it itself is a multicast listener for that group. This behaviour breaks IPv6 duplicate address detection: An IPv6 Neighbor Solicitation for IPv6 Duplicate Address Detection is being echo'ed back, resulting in the host falsely detecting an address collision, which makes the node unable to claim an IPv6 address and use IPv6 in general. Mac80211 unfortunately only prevents the echoes for us for multicast frames. For the multicast frames cast to a unicast destination we'll need to take care of excluding the originator ourselves. Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46765 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx')
0 files changed, 0 insertions, 0 deletions