Open brianjmurrell opened 2 years ago
Same issue for me at 2023-10-24-d8118f6e-1 (also 2023-06-24-52112643-1).
My IPv6 routed prefix is a /56, settings are unmodified OpenWRT defaults (in particular, no PD minimum length is configured, and no prefix filter is set. The ULA's /48 should be available as well, and both were successfully delegated using older OpenWRT versions.)
Hi @brianjmurrell
You need to change the option ip6assign '64'
in the lan configuration on the network file to something like 60, because odhcpd assigns PD from the prefix on the lan, so if you want to do downstream delegation you need to give lan a size that contains multiple /64's, like 60.
With odhcpd 2021-07-18-bc9d317f-3 a downstream router requesting a subnet is getting NoPrefixAvail.
The request is for a /64 and the router reporting NoPrefxAvail is being delegated a /48 from it's upstream and only using two /64s out of it. I'm at a loss why odhcpd would not be able to find any more /64s out of that /48.
/etc/config/network:
/etc/config/dhcp:
odhcpd -l 7
didn't provide anything useful.