From: Suzanne Goldlust Date: Wed, 3 Oct 2018 22:12:06 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a52fc19ba6d8dc3237f291f264f301fc421156f;p=thirdparty%2Fkea.git Add new file --- diff --git a/doc/api/lease6-wipe.json b/doc/api/lease6-wipe.json new file mode 100644 index 0000000000..3e3ae3e165 --- /dev/null +++ b/doc/api/lease6-wipe.json @@ -0,0 +1,15 @@ +{ + "name": "lease6-wipe", + "brief": "lease6-wipe is designed to remove all leases associated with a given subnet.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.3.0", + "hook": "lease_cmds", + "cmd-syntax": "{ + \"command\": \"lease6-wipe\", + \"arguments\": { + \"subnet-id\": 66 + } +}", + "cmd-comment": "Note: not all backends support this command.", +} \ No newline at end of file