https://salsa.debian.org/debian/wide-dhcpv6/-/blob/master/prefixconf.c#L516
Hardcodes the lifetimes to infinite, making the proper usage impossible.
Even if that would be rectified, im not sure how the router advertisements would behave with no times set.
Background:
- I receive short lived dynamic prefixes (3600s)
- They linger on clients for some time after i lose them (decrement-lifetimes would fix this)
- I can not use router advertisements decrement-lifetimes as they just expire as the interface is not considered "updated" when i get the same prefix from my isp again.
- I hardcoded 3600s valid lifetime in my advertisements so they only linger for a max of 1 hour.
Any ideas how to fix this?
Would be cool if the wide-dhcpv6 would:
- Set the proper times
- Always signal updates if it receives a "new/updated prefix"