]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3592] Fixed spelling and JSON
authorThomas Markwalder <tmark@isc.org>
Mon, 4 Nov 2024 15:09:10 +0000 (10:09 -0500)
committerThomas Markwalder <tmark@isc.org>
Tue, 26 Nov 2024 17:19:56 +0000 (17:19 +0000)
modified:   doc/sphinx/arm/dhcp4-srv.rst
modified:   doc/sphinx/arm/dhcp6-srv.rst
modified:   doc/sphinx/arm/hooks-ha.rst

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

index 6a70511adf1fdf8804d7ac08b18975fd49e0c73d..7af7ab2aee5cbd08efb9862a033038c2ba97d6ef 100644 (file)
@@ -6650,7 +6650,7 @@ 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 sepcified for a pool, clients must belong to at least one
+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.
 
 .. note:
index dadfe18435302baae359424ac08be57b9363217b..8088cd3ccfec77011d0625c0282fcbde720ee54f 100644 (file)
@@ -5956,7 +5956,7 @@ 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 sepcified for a pool, clients must belong to at least one
+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.
 
 .. note:
index 0e7878acbe59061462e2390768a144501078d652..f070a995034a289ee954243d1b0286ba4656cc0e 100644 (file)
@@ -712,7 +712,7 @@ only difference that ``this-server-name`` should be set to "server2" and
            "subnet": "192.0.3.0/24",
            "pools": [{
                "pool": "192.0.3.100 - 192.0.3.150",
-               "client-classes": [ "HA_server1 ]"
+               "client-classes": [ "HA_server1" ]
             }, {
                "pool": "192.0.3.200 - 192.0.3.250",
                "client-classes": [ "HA_server2" ]