]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: mcast: don't ignore return value of __grp_src_toex_excl
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Tue, 15 Sep 2020 14:57:24 +0000 (17:57 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Sep 2020 00:13:25 +0000 (17:13 -0700)
commitda72c166b998780a347e0b07a3132c5adb173ba8
tree11cbfbf935e1f04a91a159acd20d5e25a1ed7d7e
parent53da2eeb8881867ab2eee47c8ca5454b0c7b0e48
net: bridge: mcast: don't ignore return value of __grp_src_toex_excl

When we're handling TO_EXCLUDE report in EXCLUDE filter mode we should
not ignore the return value of __grp_src_toex_excl() as we'll miss
sending notifications about group changes.

Fixes: 3d39b6abb5a0 ("net: bridge: mcast: support for IGMPV3/MLDv2 CHANGE_TO_INCLUDE/EXCLUDE report")
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_multicast.c