X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=src%2Fdhcpv6.c;h=6a38e8536f5a9232b261ca71fea2b543db95dab8;hb=a30b75599548b302a2fb829ff18073d9167ba895;hp=86f24e070bf9d5c6d4ecc66a4e2c1c12380c3d71;hpb=39c6f57c1cc7702fd6382232c9dc6d30b274cdf0;p=odhcp6c.git diff --git a/src/dhcpv6.c b/src/dhcpv6.c index 86f24e0..6a38e85 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, 120, "SOLICIT", + [DHCPV6_MSG_SOLICIT] = {true, 1, 7200, "SOLICIT", dhcpv6_handle_advert, dhcpv6_commit_advert}, [DHCPV6_MSG_REQUEST] = {true, 30, 10, "REQUEST", dhcpv6_handle_reply, NULL},