summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2024-12-02 17:18:40 +0100
committerThomas Markwalder <tmark@isc.org>2024-12-02 17:34:45 +0100
commit8be11da77f44bac17d254a600750e17ec7b8733c (patch)
treeefe045b0635d06f47b44b10fa0de9b2dcfc42bf2 /doc
parent[#3592] Comment out configs with "client-classes" (diff)
downloadkea-8be11da77f44bac17d254a600750e17ec7b8733c.tar.xz
kea-8be11da77f44bac17d254a600750e17ec7b8733c.zip
[#3592] Fixed minor typos in docs
modified: doc/examples/kea4/hooks-radius.json modified: doc/sphinx/arm/dhcp4-srv.rst modified: doc/sphinx/arm/dhcp6-srv.rst modified: doc/sphinx/arm/hooks-bootp.rst
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/kea4/hooks-radius.json2
-rw-r--r--doc/sphinx/arm/dhcp4-srv.rst2
-rw-r--r--doc/sphinx/arm/dhcp6-srv.rst2
-rw-r--r--doc/sphinx/arm/hooks-bootp.rst2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/examples/kea4/hooks-radius.json b/doc/examples/kea4/hooks-radius.json
index 98a1478754..ba51f531f8 100644
--- a/doc/examples/kea4/hooks-radius.json
+++ b/doc/examples/kea4/hooks-radius.json
@@ -111,7 +111,7 @@
{
// White pool (110-119 are for reservations)
"pool": "192.0.2.120-192.0.2.199",
- "client-classes": [ "white" ]
+ "client-classes": [ "white" ]
}
// Note there are not pools available to anyone. This is
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst
index 7e39c7ffd4..b567b802e1 100644
--- a/doc/sphinx/arm/dhcp4-srv.rst
+++ b/doc/sphinx/arm/dhcp4-srv.rst
@@ -7008,7 +7008,7 @@ everything connected behind the modems should get addresses from the
{
"id": 1,
"subnet": "10.1.1.0/24",
- "pools": [ { "pool": "10.1.1.2 - 10.1.1.20" } ],
+ "pools": [ { "pool": "10.1.1.2 - 10.1.1.20" } ],
"client-classes": [ "docsis3.0" ],
"relay": {
"ip-addresses": [ "10.1.1.1" ]
diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst
index 9fc95edbc1..ffe809f285 100644
--- a/doc/sphinx/arm/dhcp6-srv.rst
+++ b/doc/sphinx/arm/dhcp6-srv.rst
@@ -6037,7 +6037,7 @@ on option 1234 values.
{
"name": "galah",
"relay": {
- "ip-addresses": [ "2001:db8:2:34::1" ]
+ "ip-addresses": [ "2001:db8:2:34::1" ]
},
"subnet6": [
{
diff --git a/doc/sphinx/arm/hooks-bootp.rst b/doc/sphinx/arm/hooks-bootp.rst
index 7e808fb8d0..ee4f595cbd 100644
--- a/doc/sphinx/arm/hooks-bootp.rst
+++ b/doc/sphinx/arm/hooks-bootp.rst
@@ -64,7 +64,7 @@ to segregate BOOTP clients into separate pools. For example:
{
// BOOTP clients will be handled here
"pool": "192.0.2.200 - 192.0.2.254",
- "client-classes": [ "BOOTP" ]
+ "client-classes": [ "BOOTP" ]
},
{
// Regular DHCP clients will be handled here