]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Add new file
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 3 Oct 2018 18:42:45 +0000 (14:42 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:57:13 +0000 (18:57 +0100)
doc/api/cache-load.json [new file with mode: 0644]

diff --git a/doc/api/cache-load.json b/doc/api/cache-load.json
new file mode 100644 (file)
index 0000000..2ccfca2
--- /dev/null
@@ -0,0 +1,12 @@
+{
+    "name": "cache-load",
+    "brief": "This command allows load the contents of a file on disk into an in-memory cache.",
+    "description": "See <xref linkend=\"command-cache-load\"/>",
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "avail": "1.4.0",
+    "hook": "host_cache",
+    "cmd-syntax": "{
+    \"command\": \"cache-load\",
+    \"arguments\": \"/tmp/kea-host-cache.json\"
+}",
+}