mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 13:28:14 +00:00
[rt30471]
Modify description of renewal and rebind options to add that the code ignores them if they are equal to the lease as well as greater than.
This commit is contained in:
parent
355db4b687
commit
ffec568b4f
@ -365,7 +365,7 @@ This option specifies the number of seconds from the time a client gets
|
||||
an address until the client transitions to the REBINDING state.
|
||||
.PP
|
||||
This option is user configurable, but it will be ignored if the value is
|
||||
greater than the lease time.
|
||||
greater than or equal to the lease time.
|
||||
.PP
|
||||
To make DHCPv4+DHCPv6 migration easier in the future, any value configured
|
||||
in this option is also used as a DHCPv6 "T1" (renew) time.
|
||||
@ -379,7 +379,7 @@ This option specifies the number of seconds from the time a client gets
|
||||
an address until the client transitions to the RENEWING state.
|
||||
.PP
|
||||
This option is user configurable, but it will be ignored if the value is
|
||||
greater than the rebinding time, or lease time.
|
||||
greater than or equal to the rebinding time, or lease time.
|
||||
.PP
|
||||
To make DHCPv4+DHCPv6 migration easier in the future, any value configured
|
||||
in this option is also used as a DHCPv6 "T2" (rebind) time.
|
||||
|
Loading…
x
Reference in New Issue
Block a user