Path to this page:
Subject: CVS commit: [pkgsrc-2019Q4] pkgsrc/net/dhcpcd
From: Benny Siegert
Date: 2020-01-07 20:31:09
Message id: 20200107193109.A74DDFBF4@cvs.NetBSD.org
Log Message:
Pullup ticket #6108 - requested by roy
net/dhcpd: bugfix
Revisions pulled up:
- net/dhcpcd/Makefile 1.96
- net/dhcpcd/distinfo 1.93
---
Module Name: pkgsrc
Committed By: roy
Date: Fri Jan 3 10:15:18 UTC 2020
Modified Files:
pkgsrc/net/dhcpcd: Makefile distinfo
Log Message:
Update to dhcpcd-8.1.5 with the following changes:
* inet: Allow forcing a host route from an interface without a lease
* dhcpcd: Don't wait for an address family to complete if not using it
* Linux: fix RA time unit confusion
If you are suffering from IPv6 addresses not transitioning from the
tentative state (regression from dhcpcd-8.1 on Linux), you will need
to do one of the following after installing dhcpcd:
* reboot
OR
* dhcpcd -x
* echo 1000 > /proc/sys/net/ipv6/neigh/$interface/retrans_time_ms
* ip -f inet6 a flush
* start dhcpcd as normal
Files: