From: Francis Dupont Date: Tue, 23 Sep 2025 09:06:46 +0000 (+0200) Subject: [#4106] Added ping-check map X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c54368131808142111a1520bd230848e5adc0aab;p=thirdparty%2Fkea.git [#4106] Added ping-check map --- diff --git a/doc/sphinx/arm/hooks-ping-check.rst b/doc/sphinx/arm/hooks-ping-check.rst index 7f5f5d0fd5..eb3657849e 100644 --- a/doc/sphinx/arm/hooks-ping-check.rst +++ b/doc/sphinx/arm/hooks-ping-check.rst @@ -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 + } } }] }