]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
dhcp6: start request when advertise received after IRT (#376)
authorScott Shambarger <github@shambarger.net>
Tue, 8 Oct 2024 13:26:04 +0000 (06:26 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2024 13:26:04 +0000 (14:26 +0100)
commit2870767a79537b5d6918e7de80358b406fea0898
treef373a684ac8b1554be491754bfcc09e35d5d82f6
parente3c5de14f01227f53b3fb87b76e1dd0e69722981
dhcp6: start request when advertise received after IRT (#376)

After the initial solicit timeout, any received advertisements trigger
a request.  However, after the timeout, any advertisements will
never result in a request, and the client sends solicits forever.

This patch adds sends a request in response to an advertise if the
initial timeout has expired.

Cleanup: removes a check for an impossible state.
src/dhcp6.c