]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: mcast: support for IGMPV3/MLDv2 BLOCK_OLD_SOURCES report
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Mon, 7 Sep 2020 09:56:17 +0000 (12:56 +0300)
committerJakub Kicinski <kuba@kernel.org>
Mon, 7 Sep 2020 20:16:36 +0000 (13:16 -0700)
commit87731871bcee4445c42db5adf8d49d0db7fb2b36
tree90d92221b4df51521b19f19554e1e9e23462c9de
parentd446acd5433cef4b7f4c1f1253125a0c1e7182b1
net: bridge: mcast: support for IGMPV3/MLDv2 BLOCK_OLD_SOURCES report

We already have all necessary helpers, so process IGMPV3/MLDv2
BLOCK_OLD_SOURCES as per the RFCs.

v3: add IPv6/MLDv2 support
v2: directly do flag bit operations

Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/bridge/br_multicast.c