commit | dad8d7c6452b5b9f9828c9e2c7ca143205fd40c7 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Fri Feb 15 12:16:50 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 15 20:37:54 2019 -0800 |
tree | dbd6564f8d4950e0f78d5e1aa9efe986d8570865 | |
parent | fea83353177a55540c71c140887737c282137aa2 [diff] |
net: dsa: b53: Properly account for VLAN filtering VLAN filtering can be built into the kernel, and also dynamically turned on/off through the bridge master device. Allow re-configuring the switch appropriately to account for that by deciding whether VLAN table (v_table) misses should lead to a drop or forward. Fixes: a2482d2ce349 ("net: dsa: b53: Plug in VLAN support") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>