From ffec568b4fd18c43812aedd151a66cd5017c85d8 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Fri, 3 Aug 2012 15:41:39 -0700 Subject: [PATCH] [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. --- common/dhcp-options.5 | 4 ++-- 1 file 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.