From: Roy Marples Date: Fri, 16 May 2025 12:19:31 +0000 (+0100) Subject: Fix prior for FreeBSD and OpenBSD X-Git-Tag: v10.2.3~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5cd8d320642fad15861e412dbd489fa9553e38b;p=thirdparty%2Fdhcpcd.git Fix prior for FreeBSD and OpenBSD --- diff --git a/src/ipv6.c b/src/ipv6.c index 9261f9a4..30f37652 100644 --- a/src/ipv6.c +++ b/src/ipv6.c @@ -597,7 +597,7 @@ ipv6_checkaddrflags(void *arg) /* Simulate the kernel announcing the new address. */ ipv6_handleifa(ia->iface->ctx, RTM_NEWADDR, ia->iface->ctx->ifaces, ia->iface->name, - &ia->addr, ia->prefix_len, ia->dstaddr, flags, 0); + &ia->addr, ia->prefix_len, &ia->dstaddr, flags, 0); } else { /* Still tentative? Check again in a bit. */ eloop_timeout_add_msec(ia->iface->ctx->eloop,