So basically we have the options to:
– simply create a bridge, add an interface as untagged port, and add a Vlan interface bonded to a phisical port with the pvid declared, as “trunk” tagged interface.
– create a bridge , add the untagged port specifying their pvid in adding phase, enable vlan filtering , declare wich ports are tagged on bridge->vlan .
What’s the difference and when the two options should be used ?
I can see the first option allow a single Vlan (multiple vlan require multiple bridges), while the second can include mutiple vlan inside the same bridge.