Re: [Bridge] [PATCH net-next] net: bridge: mcast: don't ignore return value of __grp_src_toex_excl

2020-09-16 Thread David Miller
From: Nikolay Aleksandrov Date: Tue, 15 Sep 2020 17:57:24 +0300 > 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: 5bf1e00b6849 ("net: bridge:

[Bridge] [PATCH net-next] net: bridge: mcast: don't ignore return value of __grp_src_toex_excl

2020-09-15 Thread Nikolay Aleksandrov
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: 5bf1e00b6849 ("net: bridge: mcast: support for IGMPV3/MLDv2 CHANGE_TO_INCLUDE/EXCLUDE report")