From: Roy Marples Date: Thu, 3 Aug 2017 19:24:42 +0000 (+0100) Subject: We don't send NS messages anymore. X-Git-Tag: v7.0.0-rc2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=133ac60d2569fd93300e1946898eeb45544da269;p=thirdparty%2Fdhcpcd.git We don't send NS messages anymore. --- diff --git a/src/ipv6.h b/src/ipv6.h index 5ae48193..572612f6 100644 --- a/src/ipv6.h +++ b/src/ipv6.h @@ -178,9 +178,6 @@ struct ipv6_addr { void (*dadcallback)(void *); int dadcounter; - uint8_t *ns; - size_t nslen; - int nsprobes; #ifdef ALIAS_ADDR char alias[IF_NAMESIZE]; diff --git a/src/ipv6nd.c b/src/ipv6nd.c index b7408e9d..15bd5999 100644 --- a/src/ipv6nd.c +++ b/src/ipv6nd.c @@ -992,7 +992,6 @@ ipv6nd_handlera(struct dhcpcd_ctx *ctx, struct interface *ifp, ntohl(pi.nd_opt_pi_valid_time); ap->prefix_pltime = ntohl(pi.nd_opt_pi_preferred_time); - ap->nsprobes = 0; #ifdef IPV6_MANAGETEMPADDR /* RFC4941 Section 3.3.3 */