commit | cb486ce99576741a84c75623daeffb2f7758cbf9 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@nvidia.com> | Tue Aug 10 18:29:29 2021 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 11 13:34:41 2021 +0100 |
tree | 5f5033aa49997896d79e0aa9a484685a817c3e9f | |
parent | 4d5b4e84c72451face4d7817697684196cbee50d [diff] |
net: bridge: mcast: querier and query state affect only current context type It is a minor optimization and better behaviour to make sure querier and query sending routines affect only the matching multicast context depending if vlan snooping is enabled (vlan ctx vs bridge ctx). It also avoids sending unnecessary extra query packets. Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>