X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=src%2Fdhcpv6.c;h=df73c86b8b0dd6bfa405681d01993f8735dd86b0;hb=d09e94fff82440cedf04f2e0cfe1ede8a0ab0600;hp=fe06ea3af0a073c13896659e546a1c23df746a82;hpb=63d69ee753cbc8a346e2d6c3d11121c4b673bfad;p=odhcp6c.git diff --git a/src/dhcpv6.c b/src/dhcpv6.c index fe06ea3..df73c86 100644 --- a/src/dhcpv6.c +++ b/src/dhcpv6.c @@ -60,7 +60,7 @@ static int dhcpv6_commit_advert(void); static struct dhcpv6_retx dhcpv6_retx[_DHCPV6_MSG_MAX] = { [DHCPV6_MSG_UNKNOWN] = {false, 1, 120, "", dhcpv6_handle_reconfigure, NULL}, - [DHCPV6_MSG_SOLICIT] = {true, 1, 7200, "SOLICIT", + [DHCPV6_MSG_SOLICIT] = {true, 1, 3600, "SOLICIT", dhcpv6_handle_advert, dhcpv6_commit_advert}, [DHCPV6_MSG_REQUEST] = {true, 30, 10, "REQUEST", dhcpv6_handle_reply, NULL},