This is a followup to the thread I created in the WhiteRussion foum.
The configuration I am looking at is something like:
config switch eth0
option vlan10 "0 5*"
option vlan11 "0* 1"
option vlan12 "0* 2"
option vlan13 "0* 3"
option vlan14 "0* 4"
option vlan15 "0* 5*"
The idea is that vlan11-14 are untagged on ports 1-4 respectively, and trunked on port 0 (wan port). This traffic is never seen by linux itself (switched & (un)tagged in hardware).
Untagged traffic on port 0 (wan port) gets seen by linux as vlan10 (for administrative use).
Vlan15 traffic gets bridged with eth2 (wireless) and trunked over port 0 (wan port).
What I am not sure about is if my syntax is correct, and if the current Kamikaze firmware handles switch configuration properly.
Any advice?