Path to this page:
./
net/dhcpcd,
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Branch: pkgsrc-2019Q4,
Version: 8.1.5,
Package name: dhcpcd-8.1.5,
Maintainer: royAn implementation of the DHCP client specified in RFC2131.
It's very small and bloat free.
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: ccadb96d62dfd3bd58dd576f614c16e861ea4065
RMD160: 3299e7fd257a635eb3fac7240e1fa187b95ed4a0
Filesize: 223.84 KB
Version history: (Expand)
- (2020-01-08) Updated to version: dhcpcd-8.1.5
- (2020-01-02) Package added to pkgsrc.se, version dhcpcd-8.1.4 (created)
CVS history: (Expand)
2020-01-07 20:31:09 by Benny Siegert | Files touched by this commit (2) |
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
|