summaryrefslogtreecommitdiffstats
path: root/src/share/api/libreload.json
blob: a487abc23905c72899ecdc553dd596ccc02967d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "access": "write",
    "avail": "1.2.0",
    "brief": [
        "This command first unloads and then reloads all currently loaded hooks libraries."
    ],
    "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"
    ]
}