]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2707] Doc updated
authorTomek Mrugalski <tomek@isc.org>
Thu, 22 Jun 2023 14:22:22 +0000 (16:22 +0200)
committerTomek Mrugalski <tomek@isc.org>
Thu, 22 Jun 2023 14:23:38 +0000 (16:23 +0200)
 Added note about config-set not returning hash for ctrl-agent

doc/sphinx/arm/ctrl-channel.rst
src/share/api/config-set.json

index 0ad0549ad22fef7fb97a6be360fed0e4e3904c53..d1d1318431d932a23bb01ffc45eae50550af6434 100644 (file)
@@ -643,8 +643,9 @@ string, ``text``, describing the outcome:
 
        {"result": 1, "text": "unsupported parameter: BOGUS (<string>:16:26)" }
 
-Starting with 2.4.0, the successful response also contains a SHA-256 digest of the newly set configuration.
-The digest can be used to easily determine if a configuration has changed or not.
+Starting with 2.4.0, the successful response from a DHCPv4, DHCPv6, or DHCP-DDNS daemons
+also contain a SHA-256 digest of the newly set configuration. The digest can be used to easily
+determine if a configuration has changed or not.
 
 .. isccmd:: shutdown
 .. _command-shutdown:
index 31a4b7e3aeffc5fc303393aa58eaedb6ae911058..60b4d991e46a93a4983815dc04dd99c11d88e6d4 100644 (file)
@@ -32,9 +32,9 @@
         "{ \"result\": 1, \"text\": \"unsupported parameter: BOGUS (<string>:16:26)\" }"
     ],
     "resp-comment": [
-        "Starting with Kea 2.4.0, the successful response contains an SHA256 digest of the configuration that was ",
-        "just set. It might be used to determine if a configuration has been modified or not, possibly with the ",
-        "use of config-hash-get."
+        "Starting with Kea 2.4.0, the successful response from a DHCPv4, DHCPv6, or DHCP-DDNS daemons",
+        "also contain a SHA-256 digest of the newly set configuration. The digest can be used to easily",
+        "determine if a configuration has been modified or not, possibly with the use of config-hash-get."
     ],
     "support": [
         "kea-dhcp4",