]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3592] Addressed remaining comments
authorThomas Markwalder <tmark@isc.org>
Tue, 26 Nov 2024 12:27:41 +0000 (07:27 -0500)
committerThomas Markwalder <tmark@isc.org>
Tue, 26 Nov 2024 17:19:56 +0000 (17:19 +0000)
Changes to be committed:
    modified:   ChangeLog
    modified:   doc/sphinx/arm/dhcp4-srv.rst
    modified:   doc/sphinx/arm/dhcp6-srv.rst

ChangeLog
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst

index 2679445c859c52451740a715f034b8bcf9318f08..d9dd7c80dd3896a79f374d0a676d8200795ffcac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 2306.  [func]          tmark
-       The parameter "client-class" (a single class name) in 
+       The parameter "client-class" (a single class name) in
        shared networks, subnets, and pools has been replaced with
        "client-classes" (a list of one or more class names).
        This applies to both kea-dhcp4 and kea-dhcp6.
@@ -17,7 +17,7 @@
        log a warning message when they detect classes that
        configure lease life time parameters (e.g. 'valid-lifetime',
        'preferred-lifetime') while also setting
-       'only-in-additiional-list' to true.
+       'only-in-additional-list' to true.
        (Gitlab #2736)
 
 2304.  [bug]           tmark
        generating DDNS update requests when leases are
        being reused due to lease caching.
        (Gitlab #3257)
-       
+
 Kea 2.7.4 (development) released on October 30, 2024
 
 2303.  [func]          tmark
-       The parameters 'require-client-classes' and 
+       The parameters 'require-client-classes' and
        'only-if-required' have been replaced with 'evaluate-
-       additonal-classes' and 'only-in-additional-list' 
+       additional-classes' and 'only-in-additional-list'
        respectively and deprecated. This applies to both
        kea-dhcp4 and kea-dhcp6.
-       (Gitlab #3587) 
+       (Gitlab #3587)
 
 2302.  [func]          tmark
        Options may now be configured with a list of client
index 7ef183ff39b0aea7df24352d9693b007b0672115..7e39c7ffd4bec533d6b8f64663d153365e764ca2 100644 (file)
@@ -6650,8 +6650,8 @@ and/or pool scopes. If specified for a shared network, clients must belong to at
 least one of the classes specified for that network to be considered for subnets
 within that network. If specified for a subnet, clients must belong to at least
 one of the classes specified for that subnet to be considered for any of that
-subnet's pools.  If specified for a pool, clients must belong to at least one
-of the classes specified for that pool to be given a lease from that pool.
+subnet's pools or host reservations. If specified for a pool, clients must
+belong to at least one of the classes specified for that pool to be given a lease from that pool.
 
 .. note:
 
index 43db93df028d7ce8b9f22d781b4ea4b8eea465ec..9fc95edbc10ea5f3f0d8e6db68a2c9072b320dd8 100644 (file)
@@ -5956,8 +5956,9 @@ and/or pool scopes. If specified for a shared network, clients must belong to at
 least one of the classes specified for that network to be considered for subnets
 within that network. If specified for a subnet, clients must belong to at least
 one of the classes specified for that subnet to be considered for any of that
-subnet's pools.  If specified for a pool, clients must belong to at least one
-of the classes specified for that pool to be given a lease from that pool.
+subnet's pools or host reservations.  If specified for a pool, clients must
+belong to at least one of the classes specified for that pool to be given a
+lease from that pool.
 
 .. note: