commit | 9116ffbf1dd71f953ffda4198d01f82d3ca16df8 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@nvidia.com> | Tue Sep 22 10:30:25 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 23 13:24:34 2020 -0700 |
tree | a11b248200402cff1d833e7884b90857c5569561 | |
parent | 8266a0491e92d39dc9af739e8380a0daa9b8836b [diff] |
net: bridge: mcast: add support for blocked port groups When excluding S,G entries we need a way to block a particular S,G,port. The new port group flag is managed based on the source's timer as per RFCs 3376 and 3810. When a source expires and its port group is in EXCLUDE mode, it will be blocked. Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>