Luci->Network->Interfaces is broken
e9hack
e9hack at gmail.com
Sun May 30 09:02:16 PDT 2021
Am 30.05.2021 um 15:41 schrieb e9hack:
> Am 30.05.2021 um 09:59 schrieb Rafał Miłecki:
>> On 29.05.2021 23:28, e9hack wrote:
>>> 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 feeds. The first not working build from 27.05. shows in Luci:
>>>
>>> OpenWrt SNAPSHOT r16834-53b9cc442f / LuCI Master git-21.147.31971-74be304
>>>
>>> Related to the changes to bridge configuration, I'm using some bridge interfaces without a configured network device, because it's for a single WiFi device only. For such interfaces, the configuration was not changed. I did generate a device section without ports options manually. But it didn't help.
>>
>> I broken my crystal ball, please post your network config.
>>
>> 74be304 is known to introduce a bug, see e7c9c63c6579 ("luci-mod-network: split config migration into 2 steps")
>>
>> If your network config already got migrated into broken version you may need to fix it up manually.
>
> This is my network config. I did change the option ifname to device for interface lan manually.
>
I'm trying the same with a TP-Link WDR3600 router. The same does occur. I did do a factory reset. Nothing did change. I get the same error page. Build is OpenWrt SNAPSHOT r16844-296aa0781b / LuCI Master git-21.148.48881-79947af.
Regards,
Hartmut
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd25:357b:1499::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0.1'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config device
option name 'eth0.2'
option macaddr 'ff:ff:ff:ff:ff:ff'
config interface 'wan'
option device 'eth0.2'
option proto 'dhcp'
config interface 'wan6'
option device 'eth0.2'
option proto 'dhcpv6'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '2 3 4 5 0t'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '1 0t'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Interfaces-Error.jpg
Type: image/jpeg
Size: 31561 bytes
Desc: not available
URL: <http://lists.openwrt.org/pipermail/openwrt-devel/attachments/20210530/68afe0a0/attachment-0001.jpg>
More information about the openwrt-devel
mailing list