From: Suzanne Goldlust Date: Wed, 3 Oct 2018 18:42:45 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f9c30203ef5c9f1a2873103ab7b2737a20999a0;p=thirdparty%2Fkea.git Add new file --- diff --git a/doc/api/cache-load.json b/doc/api/cache-load.json new file mode 100644 index 0000000000..2ccfca29c3 --- /dev/null +++ b/doc/api/cache-load.json @@ -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 ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.4.0", + "hook": "host_cache", + "cmd-syntax": "{ + \"command\": \"cache-load\", + \"arguments\": \"/tmp/kea-host-cache.json\" +}", +}