Opened 10 years ago
Closed 10 years ago
#6510 closed enhancement (fixed)
dhcpcd-6.9.0
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.8 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
http://roy.marples.name/downloads/dhcpcd/dhcpcd-6.9.0.tar.bz2
ftp://roy.marples.name/pub/dhcpcd/dhcpcd-6.9.0.tar.bz2
http://roy.marples.name/archives/dhcpcd-discuss/2015/1018.html
From: Roy Marples <roy_at_marples.name> Date: Sun, 17 May 2015 00:19:43 +0100 Hi List! dhcpcd-6.9.0 has been released with the following changes: • Fix IPv6 prefix underflow when confirming deprecated but valid leases • eloop.c and .h are now 100% portable outside of dhcpcd (provided the system supports recent POSIX and either you or the system provide working TAILQ macros) • Allow waitip to work per interface. • Handle ND options in the same way we handle DHCP and DHCPv6 options. • Add new variable of type bitflags:flags where the flags ABCDEFGH, A is 10000000, B is 01000000, etc. Variables with the name reserved are no longer processed. • Improve IN_IFF_TENTATIVE with ip sharing. Due to the new ND option handling, anything that uses the old variables will now have to support the new variables.
Change History (2)
comment:1 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r15988.