blob: ed06c48efe0697b5008ce0402b4d9498e1ed46e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"access": "write",
"avail": "1.4.0",
"brief": [
"This command allows the contents of a file on disk to be loaded into an in-memory cache."
],
"cmd-syntax": [
"{",
" \"command\": \"cache-load\",",
" \"arguments\": \"/tmp/kea-host-cache.json\"",
"}"
],
"description": "See <xref linkend=\"command-cache-load\"/>",
"hook": "host_cache",
"name": "cache-load",
"support": [
"kea-dhcp4",
"kea-dhcp6"
]
}
|