commit | d5bf31ddd8b21d2aa0af2500ff4fcda068ad50c7 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Tue Sep 15 17:57:24 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 16 17:13:25 2020 -0700 |
tree | 11cbfbf935e1f04a91a159acd20d5e25a1ed7d7e | |
parent | aa042f60e4961d4bec57e3268624df1f3a6befa4 [diff] |
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: 5bf1e00b6849 ("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>