diff options
Diffstat (limited to '')
-rw-r--r-- | src/share/api/cache-clear.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/share/api/cache-clear.json b/src/share/api/cache-clear.json new file mode 100644 index 0000000..47ef877 --- /dev/null +++ b/src/share/api/cache-clear.json @@ -0,0 +1,13 @@ +{ + "access": "write", + "avail": "1.4.0", + "brief": [ + "This command removes all cached host reservations." + ], + "hook": "host_cache", + "name": "cache-clear", + "support": [ + "kea-dhcp4", + "kea-dhcp6" + ] +} |