Splitting from 25.12.5 release post.
After upgrading from 25.12.4 to 25.12.5 yesterday morning (2026-07-01), I was no longer being assigned an IPv6 PD address from my ISP.
I tried re-upgrading today (2026-07-02) but this did not resolve the issue.
After rolling my VM back to 25.12.4 (using backups), I still cannot receive an IPv6 PD address from my ISP.
My configuration is:
config interface 'wanv6'
option proto 'dhcpv6'
option device 'eth0.7'
option reqaddress 'try'
option reqprefix 'auto'
option norelease '1'
option multipath 'off'
config interface 'wan'
option proto 'dhcp'
option device 'eth0.7'
option hostname '*'
option peerdns '0'
list dns '9.9.9.9'
option multipath 'off'
and I am seeing the following lines in the system log:
daemon.notice: netifd: wan (3298): udhcpc: started, v1.37.0
daemon.notice: netifd: wanv6 (3343): Failed to send RS (Address not available)
daemon.notice: netifd: wanv6 (3343): eth0.7: error connecting LLA socket
daemon.notice: netifd: wan (3298): udhcpc: broadcasting discover
daemon.err: odhcpd[2600]: Failed to send to fe80::aaaa:bbbb:cccc:dddd%lan@eth0.100 (Address not available)
daemon.notice: netifd: wan (3298): udhcpc: broadcasting select for 100.x.x.x, server 100.x.x.x
daemon.notice: netifd: wan (3298): udhcpc: lease of 100.x.x.x obtained from 100.x.x.x, lease time 300
daemon.notice: netifd: Interface 'wan' is now up
daemon.notice: netifd: wanv6 (3343): Failed to send SOLICIT message to ff02::1:2 (Address not available)
daemon.warn: odhcpd[2600]: No default route present, setting ra_lifetime to 0!
I have checked that eth0.7 does have a fe80 address assigned, and tried rebooting the ONT for an extended time.
@el_charlie suggested that I regenerate the DUID, but it turns out I did not have one configured.
I found here that there is an inbuilt DUID generator script - I have run this and now have a DUID, but am still getting the same issue.
I am using a Proxmox Virtual Machine with a VirtIO network adaptor.
This configuration worked previously on 25.12.4 until I upgraded.
Thanks in advance for the help.