2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-02 07:15:44 +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

@@ -142,6 +142,10 @@ dhclient - Dynamic Host Configuration Protocol Client
.I length
]
[
.B --decline-wait-time
.I seconds
]
[
.B -v
]
[
@@ -365,6 +369,13 @@ client id in this fashion is discouraged.
.BI \-I
Use the standard DDNS scheme from RFCs 4701 & 4702.
.TP
.TP
.BI \--decline-wait-time \ seconds
Specify the time (in seconds) that an IPv4 client should wait after
declining an address before issuing a discover. The default is
10 seconds as recommended by RFC 2131, Section 3.1.5. A value of
zero equates to no wait at all.
.PP
.BI \--version
Print version number and exit.
.PP