2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

Add new file

This commit is contained in:
Suzanne Goldlust
2018-10-03 16:02:05 -04:00
committed by Tomek Mrugalski
parent 22a513db45
commit c8154515f7

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

@@ -0,0 +1,15 @@
{
"name": "lease4-add",
"brief": "The lease4-add command allows for the creation of a new lease.",
"description": "See <xref linkend=\"reference-lease4-add\"/>",
"support": [ "kea-dhcp4", "kea-dhcp6" ],
"avail": "1.3.0",
"hook": "lease_cmds",
"cmd-syntax": "{
\"command\": \"lease4-add\",
\"arguments\": {
\"ip-address\": \"192.0.2.202\",
\"hw-address\": \"1a:1b:1c:1d:1e:1f\"
}
}",
}