From: Roy Marples Date: Thu, 9 Apr 2020 15:38:18 +0000 (+0000) Subject: Linux: doesn't need to create temp addrs X-Git-Tag: v9.0.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d839b2ed96bbcd37362a7c7385c4dfe6d161909b;p=thirdparty%2Fdhcpcd.git Linux: doesn't need to create temp addrs --- diff --git a/src/ipv6.c b/src/ipv6.c index fb52667b..ede87c3d 100644 --- a/src/ipv6.c +++ b/src/ipv6.c @@ -336,6 +336,7 @@ ipv6_makestableprivate(struct in6_addr *addr, return r; } +#ifdef IPV6_AF_TEMPORARY static int ipv6_maketemporaryaddress(struct in6_addr *addr, const struct in6_addr *prefix, int prefix_len, @@ -362,6 +363,7 @@ again: goto again; return 0; } +#endif int ipv6_makeaddr(struct in6_addr *addr, struct interface *ifp,