]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[rt30471]
authorShawn Routhier <sar@isc.org>
Fri, 3 Aug 2012 22:41:39 +0000 (15:41 -0700)
committerShawn Routhier <sar@isc.org>
Fri, 3 Aug 2012 22:41:39 +0000 (15:41 -0700)
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.

common/dhcp-options.5

index 6865a62f9a51fda57dae8d51afb1620472228066..ad1c13be8ce68b07e19a4e86fbe368c584a8907a 100644 (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.
 .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.