You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Randomly, changing some configuration parameters or creating a 6in4 or wireguard interface leads to netifd not being able to bring up the interface when running ifup, with ifstatus returning NO_DEVICE.
OpenWrt version
r23497-6637af95aa
OpenWrt release
23.05.0
OpenWrt target/subtarget
ramips/mt7621
Device
UniElec U7621-06 (16M flash)
Image kind
Official downloaded image
Steps to reproduce
Config:
config interface 'wan6'
option proto '6in4'
option peeraddr 'xxx.xxx.xxx.xxx'
option ip6addr '2a0e:97c0:38f:fffd::1/64'
list ip6prefix '2a0e:97c0:38f::/64'
option ip6assign '64'
option mtu '1472'
option ipaddr 'yyy.yyy.yyy.yyy'
option ttl '255'
Describe the bug
Randomly, changing some configuration parameters or creating a 6in4 or wireguard interface leads to netifd not being able to bring up the interface when running ifup, with ifstatus returning NO_DEVICE.
OpenWrt version
r23497-6637af95aa
OpenWrt release
23.05.0
OpenWrt target/subtarget
ramips/mt7621
Device
UniElec U7621-06 (16M flash)
Image kind
Official downloaded image
Steps to reproduce
Config:
Debug config in /etc/init.d/network:
Logs (no errors or debug-level logs strangely):
Creating the interface through luci yields the same result.
Actual behaviour
Running ifup does not create the iface, with ifstatus returning NO_DEVICE.
Same thing happens when restarting the interface through luci, even across reboots.
Deleting and recreating the config of the same exact interface a few times fixes.
Expected behaviour
The interface gets created correctly.
Additional info
No response
Diffconfig
No response
Terms
The text was updated successfully, but these errors were encountered: