From: Roy Marples Date: Mon, 4 Jun 2018 16:30:16 +0000 (+0100) Subject: dhcp: Fix more fallout for builds without IPv4LL X-Git-Tag: v7.0.5b^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d51d87c63a21441757aad1bf4639311200e86542;p=thirdparty%2Fdhcpcd.git dhcp: Fix more fallout for builds without IPv4LL --- diff --git a/src/dhcp.c b/src/dhcp.c index 6a3a02de..83c997b3 100644 --- a/src/dhcp.c +++ b/src/dhcp.c @@ -2101,8 +2101,10 @@ dhcp_arp_probed(struct arp_state *astate) if (ifp->ctx->options & DHCPCD_FORKED) return; +#ifdef IPV4LL /* Stop IPv4LL now we have a working DHCP address */ ipv4ll_drop(ifp); +#endif if (ifo->options & DHCPCD_INFORM) dhcp_inform(ifp);