From: Shawn Routhier Date: Fri, 3 Aug 2012 22:41:39 +0000 (-0700) Subject: [rt30471] X-Git-Tag: v4_3_0a1~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ffec568b4fd18c43812aedd151a66cd5017c85d8;p=thirdparty%2Fdhcp.git [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. --- diff --git a/common/dhcp-options.5 b/common/dhcp-options.5 index 6865a62f9..ad1c13be8 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.