]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
DHCP6: lastlease behavior after Confirm non-response (#387)
authorJon Franklin <jvfranklin@gmail.com>
Tue, 29 Oct 2024 07:53:51 +0000 (02:53 -0500)
committerGitHub <noreply@github.com>
Tue, 29 Oct 2024 07:53:51 +0000 (07:53 +0000)
commit1b573da6cd90bf013dc3bea7ef64723dcbf3f9e1
tree9567ec6a3541aaf6f33ab07842581d0ab854a680
parentfa4e1dd57430308f52f04bbe17f93cca224aa32f
DHCP6: lastlease behavior after Confirm non-response (#387)

If lastlease is enabled, and dhcpcd is unable to confirm its prior
lease, after timeout, bind the lease and move to the REBIND state.
Confine lastlease behavior to the CONFIRM and REBIND states.

Co-authored-by: Jon Franklin <jon_franklin@dell.com>
src/dhcp6.c