]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1986] Apply 3 suggestion(s) to 3 file(s)
authorTomek Mrugalski <tomek@isc.org>
Tue, 24 Aug 2021 10:04:31 +0000 (10:04 +0000)
committerTomek Mrugalski <tomek@isc.org>
Tue, 24 Aug 2021 15:04:41 +0000 (15:04 +0000)
doc/sphinx/arm/agent.rst
doc/sphinx/arm/hooks-ha.rst
src/bin/keactrl/kea-ctrl-agent.conf.pre

index 9f812458212062763769eac2aaa29a19b0c984b5..38e768cf17215104efd534c0547e5fa2cb649961 100644 (file)
@@ -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``
index aa6d6939d19cba76724011061994bc97fc48a135..f382b0f199ffcce509d75649b7ff79237b5ca8c0 100644 (file)
@@ -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,
index 2f91101d948e086603b4b7367d2a24caf3df9066..49f1d18dae6fd3db56552698f25285887de9f2a9 100644 (file)
@@ -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,