On 5 April 2011 08:52, Yeoh Chun Yeow <yeohchuny...@gmail.com> wrote:
> Any reason why the first configuration failed?

> config 'switch_vlan'
>         option 'ports' '0t 1 5t'
>
> config 'switch_vlan'
>         option 'ports' '0t 1 5t'

Generally you can't have a port untagged for more than one VLAN, for
all others it has to be tagged (the switch has to assign incoming
untagged frames to a VLAN - with two untagged VLANs, there is no way
of knowing to which VLAN the untagged frame belongs).

Specifically the FC might not support mixing tagged and untagged
traffic on a port - the M has bits to disallow untagged traffic, but
they are undefined for the FC (the register name is the same).

Regards
Jonas
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to