Track configured and new prefix delegations in iface.
authorflorian <florian@openbsd.org>
Tue, 9 Jul 2024 16:24:57 +0000 (16:24 +0000)
committerflorian <florian@openbsd.org>
Tue, 9 Jul 2024 16:24:57 +0000 (16:24 +0000)
commit0da4c31d5489c0ce70d4021de6daa4878e06ada8
tree91cd19e6bb471228475df8194c7e9c9d6ab45aca
parent5c1335d9ea2a5214513f52f2a156b2c64bd68b8b
Track configured and new prefix delegations in iface.

When the DHCPv6 server renumbers and hands us new delegations we have
to deconfigure the old prefixes. To prevent situations where we have
no IPv6 at all, first configure the new prefixes and then remove the
old prefixes.
sbin/dhcp6leased/engine.c