diff options
author | Andrei Pavel <andrei@isc.org> | 2023-04-19 16:58:06 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2023-04-19 16:58:06 +0200 |
commit | ab2388767215762edb8df0c592ae6c2182799879 (patch) | |
tree | e732e420558cc3e32e72d4c46104ee84a2ac198f /doc/examples/kea6/ha-hot-standby-server1-with-tls.json | |
parent | [#2804] Text edits in comments (diff) | |
download | kea-ab2388767215762edb8df0c592ae6c2182799879.tar.xz kea-ab2388767215762edb8df0c592ae6c2182799879.zip |
[#2804] make text edits consistent across the ARM
Diffstat (limited to 'doc/examples/kea6/ha-hot-standby-server1-with-tls.json')
-rw-r--r-- | doc/examples/kea6/ha-hot-standby-server1-with-tls.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/examples/kea6/ha-hot-standby-server1-with-tls.json b/doc/examples/kea6/ha-hot-standby-server1-with-tls.json index bd57d06365..f9c604be3b 100644 --- a/doc/examples/kea6/ha-hot-standby-server1-with-tls.json +++ b/doc/examples/kea6/ha-hot-standby-server1-with-tls.json @@ -1,5 +1,5 @@ // This is an example configuration of the Kea DHCPv6 server. It uses High -// Availability hooks library and Lease Commands hooks library to enable +// Availability hook library and Lease Commands hook library to enable // High Availability function for the DHCP server. Note that almost exactly // the same configuration must be used on the second server (partner). // The only difference is that "this-server-name" must be set to "server2" @@ -38,7 +38,7 @@ "type": "memfile" }, - // HA requires two hooks libraries to be loaded: libdhcp_lease_cmds.so and + // HA requires two hook libraries to be loaded: libdhcp_lease_cmds.so and // libdhcp_ha.so. The former handles incoming lease updates from the HA peers. // The latter implements high availability feature for Kea. "hooks-libraries": [ @@ -50,7 +50,7 @@ "parameters": { } }, { - // The HA hooks library should be loaded. + // The HA hook library should be loaded. "library": "/opt/lib/kea/hooks/libdhcp_ha.so", "parameters": { // High Availability configuration is specified for the HA hook library. @@ -151,7 +151,7 @@ "debuglevel": 0 }, { - // This section specifies configuration of the HA hooks library specific + // This section specifies configuration of the HA hook library-specific // logger. "name": "kea-dhcp6.ha-hooks", "output_options": [ |