From: Francis Dupont Date: Tue, 31 Mar 2026 13:09:15 +0000 (+0200) Subject: [#3448] Fixed json X-Git-Tag: Kea-3.1.8~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a84b70c388a64ea2f86c017040fdcdac52ac5fb0;p=thirdparty%2Fkea.git [#3448] Fixed json --- diff --git a/doc/examples/kea4/hooks-rbac.json b/doc/examples/kea4/hooks-rbac.json index a8c46fa313..76f29cff4b 100644 --- a/doc/examples/kea4/hooks-rbac.json +++ b/doc/examples/kea4/hooks-rbac.json @@ -37,7 +37,7 @@ "cert-file": "my-cert", "key-file": "my-key", "cert-required": true - }, + } ], // Add hooks here. diff --git a/doc/examples/kea6/hooks-rbac.json b/doc/examples/kea6/hooks-rbac.json index 89bc10ff20..23d1e12be7 100644 --- a/doc/examples/kea6/hooks-rbac.json +++ b/doc/examples/kea6/hooks-rbac.json @@ -45,7 +45,7 @@ "cert-file": "my-cert", "key-file": "my-key", "cert-required": true - }, + } ], // Add hooks here. diff --git a/doc/sphinx/arm/hooks-rbac.rst b/doc/sphinx/arm/hooks-rbac.rst index fde5f47e0d..2bd9237799 100644 --- a/doc/sphinx/arm/hooks-rbac.rst +++ b/doc/sphinx/arm/hooks-rbac.rst @@ -272,7 +272,7 @@ in the Kea source and is copied below. "cert-file": "my-cert", "key-file": "my-key", "cert-required": true - }, + } ], // Add hooks here.