]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3935] Fix references to hold-reclaim-time
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 4 Jun 2025 19:28:46 +0000 (19:28 +0000)
committerSuzanne Goldlust <sgoldlust@isc.org>
Wed, 4 Jun 2025 19:28:46 +0000 (19:28 +0000)
doc/sphinx/arm/lease-expiration.rst

index a6ebd516f327c4d2d963109dff1d0bd59b7e3950..0e6945f78e88e378bb234fded1b4f8c1c6595813 100644 (file)
@@ -290,7 +290,7 @@ Consider the following configuration:
        ...
    }
 
-The ``hold-reclaim-time`` specifies how many seconds after an expiration
+The ``hold-reclaimed-time`` specifies how many seconds after an expiration
 a reclaimed lease should be held in the database for reassignment to
 the same client. In the example given above, reclaimed leases are
 held for 30 minutes (1800 seconds) after their expiration. During this time,
@@ -299,14 +299,14 @@ returning client, unless another client specifically requests this lease and the
 server assigns it.
 
 The server must periodically remove reclaimed leases for which the time
-indicated by ``hold-reclaim-time`` has elapsed. The
+indicated by ``hold-reclaimed-time`` has elapsed. The
 ``flush-reclaimed-timer-wait-time`` parameter controls how often the
 server removes such leases. In the example provided above, the server
 initiates removal of such leases five seconds after the previous
 removal attempt was completed. Setting this value to 0 disables lease
 affinity, meaning leases are removed from the lease database
 when they are reclaimed. If lease affinity is enabled, it is recommended
-that the ``hold-reclaim-time`` be set to a value significantly higher than
+that the ``hold-reclaimed-time`` be set to a value significantly higher than
 the ``reclaim-timer-wait-time``, as timely removal of expired-reclaimed
 leases is less critical than the removal process, which may impact
 server responsiveness.