Andrew Lunn <and...@lunn.ch> writes: > Now, i just noticed the switchdev call above. I don't think the DSA > layer implements SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING. It probably > should. So what is it supposed to do with this VLAN when filtering is > disabled?
The DSA layer does implement SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING. Its interpretation is to enable 802.1Q mode on targeted switch ports. (hoping this is the correct thing to do.)