git: vendor/DHCPCD Import dhcpcd-8.1.2
Roy Marples
roy at crater.dragonflybsd.org
Wed Nov 13 09:03:02 PST 2019
commit b9ccd228a26f629f198e7700ad032193d3644a3b
Author: Roy Marples <roy at marples.name>
Date: Wed Nov 13 17:01:06 2019 +0000
Import dhcpcd-8.1.2
* hooks: STOPPED is now run on timeout and exit
* BSD: Use IP_REVCIF rather than IN_PKTINFO
* DHCP: When rebinding, ensure we have a DHCP ARP state
* RA: Sort routers when reachability changes
* RA: Apply hoplimit, reachable and retrans timer values to kernel
* RA: Warn if advertised MTU > interface MTU
* dhcpcd: Report SSID connection to when we gain carrier
* DHCP: Fix corruption of address flags when renewing
Summary of changes:
contrib/dhcpcd/src/arp.c | 17 ++-
contrib/dhcpcd/src/arp.h | 1 +
contrib/dhcpcd/src/control.c | 6 +-
contrib/dhcpcd/src/defs.h | 2 +-
contrib/dhcpcd/src/dhcp.c | 200 ++++++++++++++-------------
contrib/dhcpcd/src/dhcp6.c | 79 +++++++----
contrib/dhcpcd/src/dhcpcd.c | 32 ++++-
contrib/dhcpcd/src/eloop.c | 27 +++-
contrib/dhcpcd/src/eloop.h | 3 +-
contrib/dhcpcd/src/if-bsd.c | 71 ++++++++--
contrib/dhcpcd/src/if.c | 20 ++-
contrib/dhcpcd/src/if.h | 3 +
contrib/dhcpcd/src/ipv4.c | 25 ++--
contrib/dhcpcd/src/ipv6nd.c | 323 +++++++++++++++++++++++++------------------
contrib/dhcpcd/src/ipv6nd.h | 5 +
contrib/dhcpcd/src/script.c | 87 +++++++-----
16 files changed, 555 insertions(+), 346 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b9ccd228a26f629f198e7700ad032193d3644a3b
--
DragonFly BSD source repository
More information about the Commits
mailing list