Hello,
I want to have:
Port 4: WAN, untagged
Port 3: LAN1, untagged
Port 2: LAN2, untagged
Port 1: LAN3, untagged
Port 0: All above, tagged
Is this the correct config?
config switch "eth0"
option vlan0 "0t 3u 5*"
option vlan1 "0t 4u 5"
option vlan2 "0t 2u 5"
option vlan3 "0t 1u 5"
Why? Why not? Is it possible to omit the "t" and "u" prefixes? (I.e. does the driver set the tagged/untagged mode automatically?)
And finally: I still do not understand the meaning of the '*'. What the hell does "Set the default VLAN (PVID) of the Port to the current VLAN" [1] mean? What is a default VLAN and what is the current VLAN?
Regards,
diff()