]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4106] Added ping-check map
authorFrancis Dupont <fdupont@isc.org>
Tue, 23 Sep 2025 09:06:46 +0000 (11:06 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 24 Sep 2025 16:04:13 +0000 (18:04 +0200)
doc/sphinx/arm/hooks-ping-check.rst

index 7f5f5d0fd513b25c997d19941ff4de5ed72e6af3..eb3657849ee07faea9d4227b589ff31b9a7a9a1e 100644 (file)
@@ -155,10 +155,12 @@ The following excerpt demonstrates a subnet-level configuration:
         }],
 
         "user-context": {
-            "enable-ping-check" : true,
-            "min-ping-requests" : 2,
-            "reply-timeout" : 250,
-            "ping-cltt-secs" : 120
+            "ping-check": {
+                "enable-ping-check" : true,
+                "min-ping-requests" : 2,
+                "reply-timeout" : 250,
+                "ping-cltt-secs" : 120
+            }
         }
     }]
    }