From: Suzanne Goldlust Date: Wed, 3 Oct 2018 19:04:39 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=840a96f63a972d43ac5805fba980fc9fb85bbf0c;p=thirdparty%2Fkea.git Add new file --- diff --git a/doc/api/cache-remove.json b/doc/api/cache-remove.json new file mode 100644 index 0000000000..c52490b74d --- /dev/null +++ b/doc/api/cache-remove.json @@ -0,0 +1,22 @@ +{ + "name": "cache-remove", + "brief": "The cache-remove command works similarly to reservation-get command.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.4.0", + "hook": "host_cache", + "cmd-syntax": "{ + \"command\": \"cache-remove\", + \"arguments\": { + \"ip-address\": \"192.0.2.1\", + \"subnet-id\": 123 + } +} +{ + \"command\": \"cache-remove\", + \"arguments\": { + \"duid\": \"00:01:ab:cd:f0:a1:c2:d3:e4\", + \"subnet-id\": 123 + } +}", +} \ No newline at end of file