]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Add new file
authorSuzanne Goldlust <sgoldlust@isc.org>
Thu, 4 Oct 2018 13:36:08 +0000 (09:36 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:57:13 +0000 (18:57 +0100)
doc/api/libreload.json [new file with mode: 0644]

diff --git a/doc/api/libreload.json b/doc/api/libreload.json
new file mode 100644 (file)
index 0000000..81ab60f
--- /dev/null
@@ -0,0 +1,12 @@
+{
+    "name": "libreload",
+    "brief": "The libreload command will first unload and then load all currently loaded hook libraries.",
+    "description": "See <xref linkend=\"command-libreload\"/>",
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "avail": "1.2.0",
+    "cmd-syntax": "{
+    \"command\": \"libreload\",
+    \"arguments\": { }
+}",
+    "cmd-comment": "The server will respond with a result of 0 indicating success, or 1 indicating a failure.",
+}
\ No newline at end of file