Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1657 - Cannot add/remove VLAN's in AR71xx mikrotik build #6628

Closed
openwrt-bot opened this issue Jul 16, 2018 · 1 comment
Closed

FS#1657 - Cannot add/remove VLAN's in AR71xx mikrotik build #6628

openwrt-bot opened this issue Jul 16, 2018 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

betelgeux1:

Add/remove of VLANs in the LUCI interface {Network>switch} does not create new VLANs as per previous versions.

"Changes pending" match "existing config"

network.cfg0a1ec7
network.cfg0a1ec7.ports=0t 5
network.cfg0a1ec7.vid=2

network.cfg091ec7
network.cfg091ec7.ports=0t 1 2 3 4
network.cfg091ec7.vid=1

network.cfg071ec7
network.cfg071ec7.ports=0t 1 2 3 4
network.cfg071ec7.vid=1

@openwrt-bot
Copy link
Author

jow-:

Thanks for the report. The issue should be fixed with openwrt/luci@fcc9cd6 in master and openwrt/luci@4da137e in openwrt-18.06.

You can fix the issue manually on your router by editing /usr/lib/lua/luci/view/cbi/tblsection.htm directly - or by fetching the updated template from Git and uploading it to the device:

wget -O tblsection.htm "https://git.openwrt.org/?p=project/luci.git;a=blob_plain;f=modules/luci-base/luasrc/view/cbi/tblsection.htm;h=7067aa587607cfd77ca8d51b14e09d8a713afd31;hb=fcc9cd6a9ab0bd7eaff6b3f3b4dd96fa31f79ebb"
scp tblsection.htm root@192.168.1.1:/usr/lib/lua/luci/view/cbi/tblsection.htm
ssh root@192.168.1.1 "rm -r /tmp/luci-*"
rm tblsection.htm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant