]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
DHCP6: Persist configuration on confirm/rebind failure
authorRoy Marples <roy@marples.name>
Tue, 9 Jul 2024 12:39:07 +0000 (13:39 +0100)
committerRoy Marples <roy@marples.name>
Tue, 9 Jul 2024 12:39:07 +0000 (13:39 +0100)
commit896f9f8cf7e4d4e445f6d50ed6091ec6a25601ed
treecacd934ef54a1e8ef05af64abc3b8b94aebd991b
parent81a3d19f151c30849274d9f7e7284710ea6f7067
DHCP6: Persist configuration on confirm/rebind failure

only expire the lease once the last address has expired.
This is more in accordance with RFC8415 18.2.
Note, we still require an initial confirm/rebind on link state
change to ensure the configuration for link is valid.

Extending the lastlease in DHCP6 has been removed.

Fixes #174.
src/dhcp6.c