From: Roy Marples Date: Wed, 23 Nov 2016 21:10:10 +0000 (+0000) Subject: Fix IPv6 DAD on OpenBSD. X-Git-Tag: v6.11.6~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e9fb4df0c1b957e586de9975073e10d25a1b78;p=thirdparty%2Fdhcpcd.git Fix IPv6 DAD on OpenBSD. --- diff --git a/ipv6.c b/ipv6.c index c51a1efb..95665f4e 100644 --- a/ipv6.c +++ b/ipv6.c @@ -566,7 +566,7 @@ ipv6_checkaddrflags(void *arg) return; } - if (!(ia->addr_flags & IN6_IFF_TENTATIVE)) { + if (!(flags & IN6_IFF_TENTATIVE)) { /* Simulate the kernel announcing the new address. */ ipv6_handleifa(ia->iface->ctx, RTM_NEWADDR, ia->iface->ctx->ifaces, ia->iface->name,