]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3348] Minor fixes after review
authorThomas Markwalder <tmark@isc.org>
Fri, 6 Dec 2024 17:45:49 +0000 (12:45 -0500)
committerThomas Markwalder <tmark@isc.org>
Fri, 6 Dec 2024 17:46:55 +0000 (17:46 +0000)
Changes to be committed:
modified:   doc/sphinx/arm/dhcp4-srv.rst
modified:   doc/sphinx/arm/dhcp6-srv.rst

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

index ba03f0a973b2ab1476a6c16800a69712639d20f2..3a7788544b12f3e71bf3a2cbc3dd0968094b8ca7 100644 (file)
@@ -5961,7 +5961,7 @@ within the subnet as follows:
                     "pools": [
                         {
                             "pool": "192.0.2.10 - 192.0.2.20",
-                            "client-classes": [ "reserved_class" ]
+                            "client-classes": [ "unreserved_class" ]
                         },
                         {
                             "pool": "192.0.2.30 - 192.0.2.40",
@@ -5979,9 +5979,9 @@ within the subnet as follows:
 ``reserved_class`` is declared without the ``test`` parameter because
 it may only be assigned to a client via the host reservation mechanism. The
 second class, ``unreserved_class``, is assigned to clients which do not
-belong to the ``reserved_class``.
+belong to ``reserved_class``.
 
-The first pool with the subnet is used for clients not having such a reservation.
+The first pool in the subnet is used for clients not having such a reservation.
 The second pool is only used for clients having a reservation for ``reserved_class``.
 The third pool is an unrestricted pool for any clients, comprising of both
 ``reserved_class`` clients and ``unreserved_class``.
index d601d3286bd8a34501b9395cfd1e5d7b3387a5f9..53b390d0189ec51763083696e25b8336e73e4d19 100644 (file)
@@ -5249,7 +5249,7 @@ within the subnet as follows:
 ``reserved_class`` is declared without the ``test`` parameter because
 it may be only assigned to a client via host reservation mechanism. The
 second class, ``unreserved_class``, is assigned to clients which do not
-belong to the ``reserved_class``.
+belong to ``reserved_class``.
 
 The first pool with the subnet is used for clients not having such a reservation.
 The second pool is only used for clients having a reservation for ``reserved_class``.