summaryrefslogtreecommitdiff
path: root/common/dhcp-options.5
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2012-08-03 15:41:39 -0700
committerShawn Routhier <sar@isc.org>2012-08-03 15:41:39 -0700
commitffec568b4fd18c43812aedd151a66cd5017c85d8 (patch)
treebf617256496aeed94fb906544fad471dde7c1525 /common/dhcp-options.5
parent355db4b687b0f66f224f40b0b754a9c500c8e41e (diff)
downloadisc-dhcp-ffec568b4fd18c43812aedd151a66cd5017c85d8.tar.gz
[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.
Diffstat (limited to 'common/dhcp-options.5')
-rw-r--r--common/dhcp-options.54
1 files changed, 2 insertions, 2 deletions
diff --git a/common/dhcp-options.5 b/common/dhcp-options.5
index 6865a62f..ad1c13be 100644
--- a/common/dhcp-options.5
+++ b/common/dhcp-options.5
@@ -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.