#17687: TL-WR1043ND-v2 - unable to setup tagged and untagged vlan on a single 
port
----------------------+-----------------------------------
 Reporter:  jpirko    |      Owner:  developers
     Type:  defect    |     Status:  new
 Priority:  high      |  Milestone:  Barrier Breaker 14.07
Component:  packages  |    Version:  Barrier Breaker 14.07
 Keywords:            |
----------------------+-----------------------------------
 I have following switch setup /etc/config/network
 config switch
         option name 'switch0'
         option reset '1'
         option enable_vlan '1'

 config switch_vlan
         option device 'switch0'
         option vlan '1'
         option ports '0t 1 2 3 4'

 config switch_vlan
         option device 'switch0'
         option vlan '10'
         option ports '0t 1t 2t 3t 4t'

 config switch_vlan
         option device 'switch0'
         option vlan '2'
         option ports '5 6'

 So basically what I expect is to have "eth1.1" which will receive all
 untagged frames and eth1.10 which will receive all frames tagged with vid
 10.

 But my "swconfig dev switch0 show" displays following:
 VLAN 1:
         vid: 1
         ports: 0t 1'''t''' 2'''t''' 3'''t''' 4'''t'''
 VLAN 2:
         vid: 2
         ports: 5 6
 VLAN 10:
         vid: 10
         ports: 0t 1t 2t 3t 4t

 As you can see, for some reason vlan1 ports are marked "t" as well.
 Obviously they do not receive untagged traffic.

 Is this a misconfiguration? I believe that this is a bug.
 I'm free to test any patches.

 I'm running BARRIER BREAKER (14.07-rc3, r42056)

--
Ticket URL: <https://dev.openwrt.org/ticket/17687>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to