commit | 2e97b0cd1651a270f3a3fcf42115c51f3284c049 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Mon Apr 20 20:26:51 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 22 12:50:41 2020 -0700 |
tree | b506bbf8b1ed07d82549484da0941689447f15fb | |
parent | 87f78f274db5e54f8bd1686aa5095ee17363b519 [diff] |
net: dsa: b53: Lookup VID in ARL searches when VLAN is enabled When VLAN is enabled, and an ARL search is issued, we also need to compare the full {MAC,VID} tuple before returning a successful search result. Fixes: 1da6df85c6fb ("net: dsa: b53: Implement ARL add/del/dump operations") Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>