diff options
author | Nikolay Aleksandrov <nikolay@nvidia.com> | 2021-08-16 17:57:07 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-17 10:37:29 +0100 |
commit | affce9a774ca2514aaa5638fde92c57a476dfd79 (patch) | |
tree | abbcb462c6bc991f2f988a4f62a43f760b18f2e4 /sound | |
parent | 3f0d14efe2fa8656a1c46f1d13d42bb5bd88f32f (diff) |
net: bridge: mcast: toggle also host vlan state in br_multicast_toggle_vlan
When changing vlan mcast state by br_multicast_toggle_vlan it iterates
over all ports and enables/disables the port mcast ctx based on the new
state, but I forgot to update the host vlan (bridge master vlan entry)
with the new state so it will be left out. Also that function is not
used outside of br_multicast.c, so make it static.
Fixes: f4b7002a7076 ("net: bridge: add vlan mcast snooping knob")
Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions