Consider I have a setup like this:
- br-lan with member eth1.2
- br-guest with member eth1.3
- br-iot with member eth1.4
Currently bridger fails to offload a setup similar to the above but succeeds if you were to use a VLAN-aware bridge (AKA VLAN filtering). Due to a switch driver bug related to MAC learning, I am unable to use VLAN-aware bridge and must address the DSA interface directly like in the above example.
The hardware in question is the Redmi AX6S but I believe any mt7622 device with mt7530 will be able to match my issue.
Consider I have a setup like this:
Currently bridger fails to offload a setup similar to the above but succeeds if you were to use a VLAN-aware bridge (AKA VLAN filtering). Due to a switch driver bug related to MAC learning, I am unable to use VLAN-aware bridge and must address the DSA interface directly like in the above example.
The hardware in question is the Redmi AX6S but I believe any mt7622 device with mt7530 will be able to match my issue.