Import dhcpcd-9.1.1 with the following changes:
commitacd7a309360503fab9726f6546f88f80fdf7a529
authorRoy Marples <roy@marples.name>
Thu, 4 Jun 2020 13:23:18 +0000 (4 13:23 +0000)
committerRoy Marples <roy@marples.name>
Thu, 4 Jun 2020 13:23:18 +0000 (4 13:23 +0000)
treed9d7964abef1c7b7bbaee7545a5ffa2d89653054
parentd4fb1e029ea1c9b97b58401b3c425a611b026984
Import dhcpcd-9.1.1 with the following changes:

 * Restore dumping leases from stdin
 * auth: Only accept RECONFIGURE messages from LL addresses
 * auth: Access the RDM monotonic counter file via privsep
 * ARP: call arp_announced() when cancelling it
 * BSD: fwip(4) interfaces are now ignored by default
 * privsep: Ensure IPC buffers are large enough to carry messages
 * privsep: Only open RAW sockets for the needed protocols
 * privsep: Fix indirect ioctls returning data
 * privsep: wait for processes on SIGCHLD rather than when sent a STOP cmd
 * eloop: just use ppoll/pollts(2), falling back to pselect(2)
17 files changed:
contrib/dhcpcd/src/arp.c
contrib/dhcpcd/src/auth.c
contrib/dhcpcd/src/auth.h
contrib/dhcpcd/src/defs.h
contrib/dhcpcd/src/dhcp.c
contrib/dhcpcd/src/dhcp6.c
contrib/dhcpcd/src/dhcpcd.c
contrib/dhcpcd/src/eloop.c
contrib/dhcpcd/src/eloop.h
contrib/dhcpcd/src/if-bsd.c
contrib/dhcpcd/src/privsep-bpf.c
contrib/dhcpcd/src/privsep-bsd.c
contrib/dhcpcd/src/privsep-inet.c
contrib/dhcpcd/src/privsep-root.c
contrib/dhcpcd/src/privsep-root.h
contrib/dhcpcd/src/privsep.c
contrib/dhcpcd/src/privsep.h