From: Roy Marples Date: Fri, 31 May 2013 14:44:57 +0000 (+0000) Subject: PD delegates should be on link X-Git-Tag: v5.99.7~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822df84f7d0125ca9a99f3bc53ef7135bead6f4a;p=thirdparty%2Fdhcpcd.git PD delegates should be on link --- diff --git a/dhcp6.c b/dhcp6.c index 196f7c8b..a2f06f9f 100644 --- a/dhcp6.c +++ b/dhcp6.c @@ -1240,7 +1240,7 @@ dhcp6_findpd(struct interface *ifp, const uint8_t *iaid, break; } a->iface = ifp; - a->flags = IPV6_AF_NEW; + a->flags = IPV6_AF_NEW | IPV6_AF_ONLINK; a->dadcallback = dhcp6_dadcallback; memcpy(a->iaid, iaid, sizeof(a->iaid)); p = D6_COPTION_DATA(o);