2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-01 06:45:27 +00:00

[master] dhclient now delays between DHCPDECLINE and DHCPDISCOVER

Merges in rt45457
This commit is contained in:
Thomas Markwalder
2017-11-27 13:12:24 -05:00
parent c0e9661e70
commit 3e88222f1c
3 changed files with 49 additions and 7 deletions

View File

@@ -186,7 +186,17 @@ dhcp-users@lists.isc.org.
- Added a new dhclient command line parameter, --prefix-len-hint <length>.
When used in conjunction with -P, it directs dhclient to use the given
length as the prefix length hint when requesting prefixes.
[ISC-Bugs #43792]
[ISC-Bugs #43792]
[ISC-Bugs #35112]
[ISC-Bugs #32228]
[ISC-Bugs #29470]
- dhclient will now wait for 10 seconds after declining an IPv4 address
before issuing a discover. This is in keeping with RFC 2131, section 3.1.5.
Prior to this dhclient did not wait at all. The amount of time dhclient
waits can be specified via a new command line parameter:
--decline-wait-time <seconds>. A value of zero equates to no wait at all.
[ISC-Bugs #45457]
Changes since 4.3.0 (bug fixes)