blob: be7371ba65f4c1675c4674ca3df512e9d24ff182 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"access": "write",
"avail": "1.4.0",
"brief": [
"This command removes up to the given number or all cached host reservations."
],
"cmd-syntax": [
"{",
" \"command\": \"cache-flush\",",
" \"arguments\": 5",
"}"
],
"hook": "host_cache",
"name": "cache-flush",
"support": [
"kea-dhcp4",
"kea-dhcp6"
]
}
|