2
0
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:
Shawn Routhier 2012-08-03 15:41:39 -07:00
parent 355db4b687
commit ffec568b4f

View File

@ -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. an address until the client transitions to the REBINDING state.
.PP .PP
This option is user configurable, but it will be ignored if the value is 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 .PP
To make DHCPv4+DHCPv6 migration easier in the future, any value configured To make DHCPv4+DHCPv6 migration easier in the future, any value configured
in this option is also used as a DHCPv6 "T1" (renew) time. 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. an address until the client transitions to the RENEWING state.
.PP .PP
This option is user configurable, but it will be ignored if the value is 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 .PP
To make DHCPv4+DHCPv6 migration easier in the future, any value configured To make DHCPv4+DHCPv6 migration easier in the future, any value configured
in this option is also used as a DHCPv6 "T2" (rebind) time. in this option is also used as a DHCPv6 "T2" (rebind) time.