From 040eee1aa49b49df4698d83a05af57c220127fd1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 13:36:04 +0200 Subject: Adding upstream version 2.2.0. Signed-off-by: Daniel Baumann --- src/share/api/cache-remove.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/share/api/cache-remove.json (limited to 'src/share/api/cache-remove.json') diff --git a/src/share/api/cache-remove.json b/src/share/api/cache-remove.json new file mode 100644 index 0000000..ccf6674 --- /dev/null +++ b/src/share/api/cache-remove.json @@ -0,0 +1,32 @@ +{ + "access": "write", + "avail": "1.4.0", + "brief": [ + "This command removes entries from the host cache. It takes parameters similar to the ``reservation-get`` command." + ], + "cmd-syntax": [ + "{", + " \"command\": \"cache-remove\",", + " \"arguments\": {", + " \"ip-address\": \"192.0.2.1\",", + " \"subnet-id\": 123", + " }", + "}", + "", + "Another example that removes the IPv6 host identifier by DUID and specific subnet-id is:", + "{", + " \"command\": \"cache-remove\",", + " \"arguments\": {", + " \"duid\": \"00:01:ab:cd:f0:a1:c2:d3:e4\",", + " \"subnet-id\": 123", + " }", + "}" + ], + "description": "See ", + "hook": "host_cache", + "name": "cache-remove", + "support": [ + "kea-dhcp4", + "kea-dhcp6" + ] +} -- cgit v1.2.3