Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/dhcpcd/dist/src Sync



details:   https://anonhg.NetBSD.org/src/rev/e1c5f9db8d80
branches:  trunk
changeset: 832996:e1c5f9db8d80
user:      roy <roy%NetBSD.org@localhost>
date:      Mon Jun 04 16:45:52 2018 +0000

description:
Sync

diffstat:

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

diffs (14 lines):

diff -r 3291138cffd5 -r e1c5f9db8d80 external/bsd/dhcpcd/dist/src/dhcp.c
--- a/external/bsd/dhcpcd/dist/src/dhcp.c       Mon Jun 04 13:12:54 2018 +0000
+++ b/external/bsd/dhcpcd/dist/src/dhcp.c       Mon Jun 04 16:45:52 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