[bug] static ipv6 address setting gets wiped upon applying iface settings in LuCI
See original GitHub issue18.06 trunk
Whilst LuCI is lacking an option to set/specify a static ipv6 address for an iface via odhcp
it is still possible to do so manually in /etc/config/network with
list ip6addr 'ipv6 address'
However, manipulating the iface settings later on via LuCI and pressing apply the aforementioned setting simply gets wiped from /etc/config/network
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Problems getting native IPv6 to work with LUCI - OpenWrt Forum
The client recieves the ULA and public addresses properly, no problem here. ... My goal is it to get the config properly through...
Read more >Debian ignores static IPv6 configuration - Unix Stack Exchange
I'm trying to configure a static IPv6 address for my Debian container (running on LXD) but the system keeps ignoring my configuration. Currently ......
Read more >Configure static IPv6 on Ubuntu - Server Fault
My provider gave me a "/64" (whatever that is - I'm still confused) of IPv6 addresses. However, when I try to use them,...
Read more >IPv6 on FiOS? - Ubiquiti Community
Any gateway should be able to get an IPv6 address on its WAN interface without ... the application needs to wipe out the...
Read more >IPv6 - OpenStack Docs
On the other hand, external router ports are allowed to have a dual-stack configuration with both an IPv4 and an IPv6 address assigned...
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
It confused me that
LuCI
removes a setting that works fornetifd
and thus I opened this as a bug report, since I also could not find said exclusivity documented.If it is a feature however then please feel at liberty to close the issue. I am aware of what is happening with LuCI and handle the matter accordingly (editing /etc/config/network via ssh instead).
The
ip6assign
andip6addr
options are mutually exclusive (in LuCI) - that is whyip6addr
gets removed upon save. Will clarify if they`re exclusive in netifd as well.