1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"access": "write",
"avail": "1.2.0",
"brief": [
"This command first unloads and then reloads all currently loaded hooks libraries.",
"This command is deprecated and will be removed in future Kea versions."
],
"cmd-comment": [
"The server responds with 0, indicating success, or 1, indicating a failure."
],
"cmd-syntax": [
"{",
" \"command\": \"libreload\",",
" \"arguments\": { }",
"}"
],
"description": "See <xref linkend=\"command-libreload\"/>",
"name": "libreload",
"support": [
"kea-dhcp4",
"kea-dhcp6"
]
}
|