From: Tomek Mrugalski Date: Tue, 24 Aug 2021 10:04:31 +0000 (+0000) Subject: [#1986] Apply 3 suggestion(s) to 3 file(s) X-Git-Tag: Kea-1.9.11~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a516cc34556dee4fbe38342f9762e207f036e985;p=thirdparty%2Fkea.git [#1986] Apply 3 suggestion(s) to 3 file(s) --- diff --git a/doc/sphinx/arm/agent.rst b/doc/sphinx/arm/agent.rst index 9f81245821..38e768cf17 100644 --- a/doc/sphinx/arm/agent.rst +++ b/doc/sphinx/arm/agent.rst @@ -105,7 +105,7 @@ default URL is ``http://127.0.0.1:8000/``. If enabling HA and multi-threading, the 8000 port is used by the HA hook library http listener. The CA is not required any longer for HA hook library with multi-threading to function because it uses it's own http listener on the same -port, but it can still be used to handle other commands. In this case, a +port, but it should still be used to handle other commands. In this case, a different port (eg. 8800) must be used for the CA. The ``trust-anchor``, ``cert-file``, ```key-file`` and ``cert-required`` diff --git a/doc/sphinx/arm/hooks-ha.rst b/doc/sphinx/arm/hooks-ha.rst index aa6d6939d1..f382b0f199 100644 --- a/doc/sphinx/arm/hooks-ha.rst +++ b/doc/sphinx/arm/hooks-ha.rst @@ -1460,7 +1460,7 @@ load-balancing and the hot-standby cases presented in previous sections. // If enabling HA and multi-threading, the 8000 port is used by the HA // hook library http listener. The control-agent is not required any // longer for HA hook library with multi-threading to function because - // it uses it's own http listener on the same port, but it can still be + // it uses it's own http listener on the same port, but it still should be // used to handle other commands. In this case, a different port // (eg. 8800) must be used for the control-agent. "http-port": 8000, diff --git a/src/bin/keactrl/kea-ctrl-agent.conf.pre b/src/bin/keactrl/kea-ctrl-agent.conf.pre index 2f91101d94..49f1d18dae 100644 --- a/src/bin/keactrl/kea-ctrl-agent.conf.pre +++ b/src/bin/keactrl/kea-ctrl-agent.conf.pre @@ -21,7 +21,7 @@ // If enabling HA and multi-threading, the 8000 port is used by the HA hook // library http listener. The control-agent is not required any longer for // HA hook library with multi-threading to function because it uses it's own - // http listener on the same port, but it can still be used to handle other + // http listener on the same port, but it still should be used to handle other // commands. In this case, a different port (eg. 8800) must be used for the // control-agent. "http-port": 8000,