diff options
author | Razvan Becheriu <razvan@isc.org> | 2024-05-08 11:29:35 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2024-05-23 16:08:16 +0200 |
commit | 6d10d6424e4b6918c1fc30b69974e6a342f79bfa (patch) | |
tree | 975e17b8541b7f9afd6611ac73561f7ba4df4266 /src/share/api/libreload.json | |
parent | [#3340] Changes after review: (diff) | |
download | kea-6d10d6424e4b6918c1fc30b69974e6a342f79bfa.tar.xz kea-6d10d6424e4b6918c1fc30b69974e6a342f79bfa.zip |
[#2960] removed deprecated libreload command
Diffstat (limited to '')
-rw-r--r-- | src/share/api/libreload.json | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/share/api/libreload.json b/src/share/api/libreload.json deleted file mode 100644 index 75b4e7f07b..0000000000 --- a/src/share/api/libreload.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "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" - ] -} |