From: Tomek Mrugalski Date: Tue, 24 Aug 2021 10:34:16 +0000 (+0200) Subject: [#1986] Wordsmithing X-Git-Tag: Kea-1.9.11~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d52d146243fb4ab8d25249d643834b373bb54cd0;p=thirdparty%2Fkea.git [#1986] Wordsmithing --- diff --git a/doc/examples/agent/comments.json b/doc/examples/agent/comments.json index 8f33679ae7..6f40bdbb20 100644 --- a/doc/examples/agent/comments.json +++ b/doc/examples/agent/comments.json @@ -15,7 +15,7 @@ // multi-threading to function, make sure the port used by dedicated // listener is different (e.g. 8001) than the one used by CA. Note // the commands should still be sent via CA. The dedicated listener - // is specifically for HA traffic only. + // is specifically for HA updates only. "http-port": 8000, // In authentication diff --git a/doc/examples/agent/https.json b/doc/examples/agent/https.json index c34ac0bb56..2266499fb0 100644 --- a/doc/examples/agent/https.json +++ b/doc/examples/agent/https.json @@ -13,7 +13,7 @@ // multi-threading to function, make sure the port used by dedicated // listener is different (e.g. 8001) than the one used by CA. Note // the commands should still be sent via CA. The dedicated listener - // is specifically for HA traffic only. + // is specifically for HA updates only. "http-port": 8000, // TLS trust anchor (Certificate Authority). This is a file name or diff --git a/doc/examples/agent/simple.json b/doc/examples/agent/simple.json index 53a4c5cb6e..e248bf5e3e 100644 --- a/doc/examples/agent/simple.json +++ b/doc/examples/agent/simple.json @@ -13,7 +13,7 @@ // multi-threading to function, make sure the port used by dedicated // listener is different (e.g. 8001) than the one used by CA. Note // the commands should still be sent via CA. The dedicated listener - // is specifically for HA traffic only. + // is specifically for HA updates only. "http-port": 8000, // Optional authentication. diff --git a/doc/sphinx/arm/agent.rst b/doc/sphinx/arm/agent.rst index ec89bbc43b..abe884c5b4 100644 --- a/doc/sphinx/arm/agent.rst +++ b/doc/sphinx/arm/agent.rst @@ -107,7 +107,7 @@ hook library http listener. When using HA hook library with multi-threading to function, make sure the port used by dedicated listener is different (e.g. 8001) than the one used by CA. Note the commands should still be sent via CA. The dedicated listener -is specifically for HA traffic only. +is specifically for HA updates only. The ``trust-anchor``, ``cert-file``, ```key-file`` and ``cert-required`` parameters specify the TLS setup for HTTP i.e. HTTPS. If these parameters diff --git a/doc/sphinx/arm/hooks-ha.rst b/doc/sphinx/arm/hooks-ha.rst index fac7a255ca..67f71007a3 100644 --- a/doc/sphinx/arm/hooks-ha.rst +++ b/doc/sphinx/arm/hooks-ha.rst @@ -1463,7 +1463,7 @@ load-balancing and the hot-standby cases presented in previous sections. // multi-threading to function, make sure the port used by dedicated // listener is different (e.g. 8001) than the one used by CA. Note // the commands should still be sent via CA. The dedicated listener - // is specifically for HA traffic only. + // is specifically for HA updates only. "http-port": 8000, "control-sockets": { diff --git a/src/bin/keactrl/kea-ctrl-agent.conf.pre b/src/bin/keactrl/kea-ctrl-agent.conf.pre index e059e30da8..e6ae8b8ac6 100644 --- a/src/bin/keactrl/kea-ctrl-agent.conf.pre +++ b/src/bin/keactrl/kea-ctrl-agent.conf.pre @@ -23,7 +23,7 @@ // multi-threading to function, make sure the port used by dedicated // listener is different (e.g. 8001) than the one used by CA. Note // the commands should still be sent via CA. The dedicated listener - // is specifically for HA traffic only. + // is specifically for HA updates only. "http-port": 8000, // Specify location of the files to which the Control Agent