2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

Add new file

This commit is contained in:
Suzanne Goldlust
2018-10-03 17:06:20 -04:00
committed by Tomek Mrugalski
parent 3c3a8ec120
commit f291fd60b1

15
doc/api/lease4-wipe.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "lease4-wipe",
"brief": "lease4-wipe is designed to remove all leases associated with a given subnet.",
"description": "See <xref linkend=\"lease4-wipe\"/>",
"support": [ "kea-dhcp4", "kea-dhcp6" ],
"avail": "1.3.0",
"hook": "lease_cmds",
"cmd-syntax": "{
\"command\": \"lease4-wipe\",
\"arguments\": {
\"subnet-id\": 44
}
}
",
}