diff options
author | Linus Lüssing <linus.luessing@c0d3.blue> | 2019-05-26 18:35:50 +0200 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2019-06-27 19:25:04 +0200 |
commit | 390dcd48cd1a53a81b68a87d0188e6aacc54a199 (patch) | |
tree | aabced3760d843be484dfbe7b7291911a125364f /net/openvswitch | |
parent | 5c506802ca6e936a283d65110922c1a1415af1d4 (diff) | |
download | linux-stable-390dcd48cd1a53a81b68a87d0188e6aacc54a199.tar.gz linux-stable-390dcd48cd1a53a81b68a87d0188e6aacc54a199.tar.bz2 linux-stable-390dcd48cd1a53a81b68a87d0188e6aacc54a199.zip |
batman-adv: mcast: avoid redundant multicast TT entries with bridges
When a bridge is added on top of bat0 we set the WANT_ALL_UNSNOOPABLES
flag. Which means we sign up for all traffic for ff02::1/128 and
224.0.0.0/24.
When the node itself had IPv6 enabled or joined a group in 224.0.0.0/24
itself then so far this would result in a multicast TT entry which is
redundant to the WANT_ALL_UNSNOOPABLES.
With this patch such redundant TT entries are avoided.
Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/openvswitch')
0 files changed, 0 insertions, 0 deletions