luci-mod-network: bridge configuration breaks existing config
See original GitHub issueAfter upgrading luci-mod-network to git-21.140.43486-398982f, it says:
The existing network configuration needs to be changed for LuCi to function properly. Upon pressing “Continue”, bridges configuration will be moved from “interface” sections to “device” sections the network will be restarted to apply the updated configuration.
After the change my bridged interfaces are no accessible. I can restore fuctionality if I add option type 'bridge'
back to config interface 'lan'
section, and add my bridged ports lan1, lan2, lan3, and lan4 with brctl addif br-lan lan1
command (and same for the other ports). But this is not compatible with LuCi network configuration page.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
luci-mod-network: bridge configuration breaks WiFi ... - GitHub
WiFi connected devices no longer communicate with the bridged LAN. As a consequence WiFi connected devices do not receive configuration via DHCP ...
Read more >Luci->Network->Interfaces is broken - OpenWRT
Previous message (by thread): Luci->Network->Interfaces is broken ... the changes to bridge configuration, I'm using some bridge interfaces ...
Read more >Re: Luci->Network->Interfaces is broken - The Mail Archive
I'm using a TP-Link Archer C7 v2 router. For every build, I do update my sandbox with the current OpenWrt repository and the...
Read more >Source: network.js
LuCI.network ... @param {string} oldName * The current name of the network. ... find bridge VLAN devices */ var uciBridgeVLANs = uci.sections('network', ...
Read more >Luci (OpenWRT) - A Simple Client Mode Setup - Stack Overflow
So all one should have to do is: Go to interfaces and click Scan on one of the WiFi radios (2.4 or 5GHz);...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same here, I had to revert to my previous build r16090 because nothing worked.
Are these upgrades actually tested?
From: Császár László @.> Reply to: openwrt/luci @.> Date: Tuesday, 25 May 2021 at 10:15 To: openwrt/luci @.> Cc: Subscribed @.> Subject: [openwrt/luci] luci-mod-network: bridge configuration breaks existing config (#5068)
After upgrading luci-mod-network to git-21.140.43486-398982f, it says:
The existing network configuration needs to be changed for LuCi to function properly. Upon pressing “Continue”, bridges configuration will be moved from “interface” sections to “device” sections the network will be restarted to apply the updated configuration.
After the change my bridged interfaces are no accessible. I can restore fuctionality if I add option type ‘bridge’ back to config interface ‘lan’ section, and add my bridged ports lan1, lan2, lan3, and lan4 with brctl addif br-lan lan1 command (and same for the other ports). But this is not compatible with LuCi network configuration page.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
I can confirm that it works in netifd version 2021-05-26. Thanks