summaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2022-11-25 22:51:51 +0100
committerAndrei Pavel <andrei@isc.org>2022-11-25 23:17:08 +0100
commit03423adcd288c90ee0a338ab5d48609aea82e3ea (patch)
tree984d01344b1aa2ebce9214ad143c4bb9604c8fe7 /doc/examples
parent[#2650] make bump-lib-versions.sh write ChangeLog entry too (diff)
downloadkea-03423adcd288c90ee0a338ab5d48609aea82e3ea.tar.xz
kea-03423adcd288c90ee0a338ab5d48609aea82e3ea.zip
[#2651] release changes
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/agent/comments.json2
-rw-r--r--doc/examples/agent/simple.json2
-rw-r--r--doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json2
-rw-r--r--doc/examples/kea4/ha-load-balancing-server2-mt.json2
-rw-r--r--doc/examples/netconf/simple-dhcp4.json2
-rw-r--r--doc/examples/netconf/simple-dhcp6.json2
-rw-r--r--doc/examples/template-ha-mt-tls/info.md2
-rw-r--r--doc/examples/template-ha-mt-tls/kea-ca-1.conf2
-rw-r--r--doc/examples/template-ha-mt-tls/kea-ca-2.conf2
-rw-r--r--doc/examples/template-ha-mt-tls/kea-dhcp4-1.conf2
-rw-r--r--doc/examples/template-ha-mt-tls/kea-dhcp4-2.conf2
-rw-r--r--doc/examples/template-power-user-home/kea-ca-1.conf2
-rw-r--r--doc/examples/template-power-user-home/kea-ca-2.conf2
13 files changed, 13 insertions, 13 deletions
diff --git a/doc/examples/agent/comments.json b/doc/examples/agent/comments.json
index 6f40bdbb20..10c82e3fa3 100644
--- a/doc/examples/agent/comments.json
+++ b/doc/examples/agent/comments.json
@@ -41,7 +41,7 @@
{
"dhcp4":
{
- "comment": "control socket for DHCP4 server",
+ "comment": "control socket for DHCPv4 server",
"socket-type": "unix",
"socket-name": "/tmp/kea4-ctrl-socket"
}
diff --git a/doc/examples/agent/simple.json b/doc/examples/agent/simple.json
index 6c5af60e71..f48a5ecca4 100644
--- a/doc/examples/agent/simple.json
+++ b/doc/examples/agent/simple.json
@@ -84,7 +84,7 @@
// This is how the Agent can communicate with the DHCPv4 server.
"dhcp4":
{
- "comment": "socket to DHCP4 server",
+ "comment": "socket to DHCPv4 server",
"socket-type": "unix",
"socket-name": "/tmp/kea4-ctrl-socket"
},
diff --git a/doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json b/doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json
index ff094a3387..e6f2f6d066 100644
--- a/doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json
+++ b/doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json
@@ -136,7 +136,7 @@
// further. The default value is 60000ms (60 seconds).
"sync-timeout": 60000,
// To not experience performance degradation when the Kea server is
- // processing packets on multiple threads, the High Availablility module
+ // processing packets on multiple threads, the High Availability module
// must have multi-threading enabled.
"multi-threading": {
"enable-multi-threading": true,
diff --git a/doc/examples/kea4/ha-load-balancing-server2-mt.json b/doc/examples/kea4/ha-load-balancing-server2-mt.json
index 5f01cf4caf..51be49a82c 100644
--- a/doc/examples/kea4/ha-load-balancing-server2-mt.json
+++ b/doc/examples/kea4/ha-load-balancing-server2-mt.json
@@ -135,7 +135,7 @@
// further. The default value is 60000ms (60 seconds).
"sync-timeout": 60000,
// To not experience performance degradation when the Kea server is
- // processing packets on multiple threads, the High Availablility module
+ // processing packets on multiple threads, the High Availability module
// must have multi-threading enabled.
"multi-threading": {
"enable-multi-threading": true,
diff --git a/doc/examples/netconf/simple-dhcp4.json b/doc/examples/netconf/simple-dhcp4.json
index 56407b2da9..3e2105e2af 100644
--- a/doc/examples/netconf/simple-dhcp4.json
+++ b/doc/examples/netconf/simple-dhcp4.json
@@ -61,7 +61,7 @@
},
// Comment is optional. You can put some notes here.
- "comment": "Kea DHCP4 server serving network on floor 13"
+ "comment": "Kea DHCPv4 server serving network on floor 13"
}
},
diff --git a/doc/examples/netconf/simple-dhcp6.json b/doc/examples/netconf/simple-dhcp6.json
index ef07dd8f71..4393f67606 100644
--- a/doc/examples/netconf/simple-dhcp6.json
+++ b/doc/examples/netconf/simple-dhcp6.json
@@ -62,7 +62,7 @@
},
// Comment is optional. You can put some notes here.
- "comment": "Kea DHCP6 server serving network on floor 13"
+ "comment": "Kea DHCPv6 server serving network on floor 13"
}
},
diff --git a/doc/examples/template-ha-mt-tls/info.md b/doc/examples/template-ha-mt-tls/info.md
index 02e9f60e31..d87f70c7c3 100644
--- a/doc/examples/template-ha-mt-tls/info.md
+++ b/doc/examples/template-ha-mt-tls/info.md
@@ -55,7 +55,7 @@ The whole subnet is split into dynamic pools:
To deploy this setup, follow the steps provided in the power user home setup with the following distinctions:
1. Install CA only if the administrator is planning to manage Kea using RESTful API.
- Otherwise, the High Availablility Kea server with multi-threading does not require CA to run.
+ Otherwise, the High Availability Kea server with multi-threading does not require CA to run.
2. Alter the following to match the local setup:
diff --git a/doc/examples/template-ha-mt-tls/kea-ca-1.conf b/doc/examples/template-ha-mt-tls/kea-ca-1.conf
index 127e786924..38aed10613 100644
--- a/doc/examples/template-ha-mt-tls/kea-ca-1.conf
+++ b/doc/examples/template-ha-mt-tls/kea-ca-1.conf
@@ -40,7 +40,7 @@
// This is how the Agent can communicate with the DHCPv4 server.
"dhcp4":
{
- "comment": "socket to DHCP4 server",
+ "comment": "socket to DHCPv4 server",
"socket-type": "unix",
"socket-name": "/tmp/kea4-ctrl-socket"
},
diff --git a/doc/examples/template-ha-mt-tls/kea-ca-2.conf b/doc/examples/template-ha-mt-tls/kea-ca-2.conf
index c7e42b0299..1f08beaffe 100644
--- a/doc/examples/template-ha-mt-tls/kea-ca-2.conf
+++ b/doc/examples/template-ha-mt-tls/kea-ca-2.conf
@@ -40,7 +40,7 @@
// This is how the Agent can communicate with the DHCPv4 server.
"dhcp4":
{
- "comment": "socket to DHCP4 server",
+ "comment": "socket to DHCPv4 server",
"socket-type": "unix",
"socket-name": "/tmp/kea4-ctrl-socket"
},
diff --git a/doc/examples/template-ha-mt-tls/kea-dhcp4-1.conf b/doc/examples/template-ha-mt-tls/kea-dhcp4-1.conf
index c586f80377..e50d548322 100644
--- a/doc/examples/template-ha-mt-tls/kea-dhcp4-1.conf
+++ b/doc/examples/template-ha-mt-tls/kea-dhcp4-1.conf
@@ -134,7 +134,7 @@
"sync-timeout": 60000,
// Multi-threading parameters.
// To not experience performance degradation when the Kea server is
- // processing packets on multiple threads, the High Availablility module
+ // processing packets on multiple threads, the High Availability module
// must have multi-threading enabled.
"multi-threading": {
"enable-multi-threading": true,
diff --git a/doc/examples/template-ha-mt-tls/kea-dhcp4-2.conf b/doc/examples/template-ha-mt-tls/kea-dhcp4-2.conf
index 893bb9a700..2b17262f98 100644
--- a/doc/examples/template-ha-mt-tls/kea-dhcp4-2.conf
+++ b/doc/examples/template-ha-mt-tls/kea-dhcp4-2.conf
@@ -134,7 +134,7 @@
"sync-timeout": 60000,
// Multi-threading parameters.
// To not experience performance degradation when the Kea server is
- // processing packets on multiple threads, the High Availablility module
+ // processing packets on multiple threads, the High Availability module
// must have multi-threading enabled.
"multi-threading": {
"enable-multi-threading": true,
diff --git a/doc/examples/template-power-user-home/kea-ca-1.conf b/doc/examples/template-power-user-home/kea-ca-1.conf
index d7749aee34..2620ea007e 100644
--- a/doc/examples/template-power-user-home/kea-ca-1.conf
+++ b/doc/examples/template-power-user-home/kea-ca-1.conf
@@ -16,7 +16,7 @@
// This is how the Agent can communicate with the DHCPv4 server.
"dhcp4":
{
- "comment": "socket to DHCP4 server",
+ "comment": "socket to DHCPv4 server",
"socket-type": "unix",
"socket-name": "/tmp/kea4-ctrl-socket"
},
diff --git a/doc/examples/template-power-user-home/kea-ca-2.conf b/doc/examples/template-power-user-home/kea-ca-2.conf
index 59e4967bad..dccf5d9d87 100644
--- a/doc/examples/template-power-user-home/kea-ca-2.conf
+++ b/doc/examples/template-power-user-home/kea-ca-2.conf
@@ -16,7 +16,7 @@
// This is how the Agent can communicate with the DHCPv4 server.
"dhcp4":
{
- "comment": "socket to DHCP4 server",
+ "comment": "socket to DHCPv4 server",
"socket-type": "unix",
"socket-name": "/tmp/kea4-ctrl-socket"
},