Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/roy]: src/external/bsd/dhcpcd/dist/src Import dhcpcd-7.0.5b to fix a bui...



details:   https://anonhg.NetBSD.org/src/rev/448177e1f05e
branches:  roy
changeset: 319604:448177e1f05e
user:      roy <roy%NetBSD.org@localhost>
date:      Mon Jun 04 16:44:45 2018 +0000

description:
Import dhcpcd-7.0.5b to fix a builds without IPv4LL (SMALLPROG builds)

diffstat:

 external/bsd/dhcpcd/dist/src/dhcp.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 15a2c175c523 -r 448177e1f05e external/bsd/dhcpcd/dist/src/dhcp.c
--- a/external/bsd/dhcpcd/dist/src/dhcp.c       Mon Jun 04 09:55:13 2018 +0000
+++ b/external/bsd/dhcpcd/dist/src/dhcp.c       Mon Jun 04 16:44:45 2018 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index