]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: bridge: multicast: add vlan querier and query support
authorNikolay Aleksandrov <nikolay@nvidia.com>
Mon, 19 Jul 2021 17:06:32 +0000 (20:06 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jul 2021 12:41:20 +0000 (05:41 -0700)
commit615cc23e6283e143933ecf2bf3645fe0cea5ae6a
treeb84105f5cdb0970d24003c24cc9a7fe1495dc3de
parent4cdd0d10f31da9fab65eb6411441ffb71a653997
net: bridge: multicast: add vlan querier and query support

Add basic vlan context querier support, if the contexts passed to
multicast_alloc_query are vlan then the query will be tagged. Also
handle querier start/stop of vlan contexts.

Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_multicast.c