- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Base system
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version openwrt-19.07
- Due in Version Undecided
-
Due Date
Undecided
- Private
Attached to Project: OpenWrt/LEDE Project
Opened by Marc - 19.07.2020
Last edited by Baptiste Jonglez - 19.12.2020
Opened by Marc - 19.07.2020
Last edited by Baptiste Jonglez - 19.12.2020
FS#3239 - VLAN tagging on ipq40xx (GL-B1300) no longer works
GL-B1300, ipq40xx, 19.07-SNAPSHOT
https://forum.openwrt.org/t/vlan-tagging-on-ipq40xx-gl-b1300-no-longer-works/69569
The config below used to create VLAN 3 & 4 on the LAN ports, but not after the commit https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=8c191712558ce945993982b03abc5ce80e0fe230 : LAN clients cannot get their IP addresses
I build 19.07 WITHOUT that commit and it fixed the issue.
config switch
option name 'switch0' option reset '1' option enable_vlan '1'
config switch_vlan
option device 'switch0' option vlan '3' option vid '3' option ports '3 0t'
config switch_vlan
option device 'switch0' option vlan '4' option vid '4' option ports '4 0t'
Closed by Baptiste Jonglez
19.12.2020 17:09
Reason for closing: Fixed
Additional comments about closing:
19.12.2020 17:09
Reason for closing: Fixed
Additional comments about closing:
Fixed in master (cdc8d4b46f0811292fff)
and 19.07.5
Please read my commit message and test with my PR. If it works, can I add u as tested by?
https://github.com/openwrt/openwrt/pull/3596