# HG changeset patch # User Roy Marples # Date 1528129816 -3600 # Node ID 2b519911f2306152c4f0d7999b5f605958b557b4 # Parent 36e7356b92e8a5893a091bd91d3dea581263b05a dhcp: Fix more fallout for builds without IPv4LL diff -r 36e7356b92e8 -r 2b519911f230 src/dhcp.c --- a/src/dhcp.c Mon Jun 04 10:25:59 2018 +0100 +++ b/src/dhcp.c Mon Jun 04 17:30:16 2018 +0100 @@ -2101,8 +2101,10 @@ 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);