diff options
author | Thomas Markwalder <tmark@isc.org> | 2024-11-04 16:09:10 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2024-11-26 18:19:56 +0100 |
commit | a14c490d51acdb2218782ea66922ef6b0b3a62ba (patch) | |
tree | ec54cf67b576ac8d2f110f3fe9cc5c90a2fb3ed6 /doc | |
parent | [#3592] Updated ARM and added ChangeLog (diff) | |
download | kea-a14c490d51acdb2218782ea66922ef6b0b3a62ba.tar.xz kea-a14c490d51acdb2218782ea66922ef6b0b3a62ba.zip |
[#3592] Fixed spelling and JSON
modified: doc/sphinx/arm/dhcp4-srv.rst
modified: doc/sphinx/arm/dhcp6-srv.rst
modified: doc/sphinx/arm/hooks-ha.rst
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/arm/dhcp4-srv.rst | 2 | ||||
-rw-r--r-- | doc/sphinx/arm/dhcp6-srv.rst | 2 | ||||
-rw-r--r-- | doc/sphinx/arm/hooks-ha.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 6a70511adf..7af7ab2aee 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -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: diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index dadfe18435..8088cd3ccf 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -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: diff --git a/doc/sphinx/arm/hooks-ha.rst b/doc/sphinx/arm/hooks-ha.rst index 0e7878acbe..f070a99503 100644 --- a/doc/sphinx/arm/hooks-ha.rst +++ b/doc/sphinx/arm/hooks-ha.rst @@ -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" ] |