From: Roy Marples Date: Wed, 27 Jul 2016 03:57:52 +0000 (+0000) Subject: Solaris can disable LL generation, so we can add our own view. X-Git-Tag: v6.11.2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=808263280791fe21464517f04c73722ee9d2bb06;p=thirdparty%2Fdhcpcd.git Solaris can disable LL generation, so we can add our own view. --- diff --git a/ipv6.c b/ipv6.c index 860605fb..30be5b2d 100644 --- a/ipv6.c +++ b/ipv6.c @@ -99,7 +99,8 @@ # endif #endif -#if defined(HAVE_IN6_ADDR_GEN_MODE_NONE) || defined(ND6_IFF_AUTO_LINKLOCAL) +#if defined(HAVE_IN6_ADDR_GEN_MODE_NONE) || defined(ND6_IFF_AUTO_LINKLOCAL) || \ + defined(IFF_NOLINKLOCAL) /* If we're using a private SLAAC address on wireless, * don't add it until we have associated as we randomise * it based on the SSID. */