2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

Add new file

This commit is contained in:
Suzanne Goldlust
2018-10-04 09:36:08 -04:00
committed by Tomek Mrugalski
parent 9ed3d7cba7
commit 37156bc035

12
doc/api/libreload.json Normal file
View File

@@ -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.",
}