commit | e408336a693e0fd74ba1b959627594b80f1761c3 | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@nvidia.com> | Wed Apr 19 18:34:53 2023 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 21 08:25:49 2023 +0100 |
tree | f0a487c12e7383eaa3414ac34c85dd93e6d078db | |
parent | 013a7ce81dd8a5bba31f802053829d91f9a43a8f [diff] |
bridge: Pass VLAN ID to br_flood() Subsequent patches are going to add per-{Port, VLAN} neighbor suppression, which will require br_flood() to potentially suppress ARP / NS packets on a per-{Port, VLAN} basis. As a preparation, pass the VLAN ID of the packet as another argument to br_flood(). Signed-off-by: Ido Schimmel <idosch@nvidia.com> Acked-by: Nikolay Aleksandrov <razor@blackwall.org> Signed-off-by: David S. Miller <davem@davemloft.net>