]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Add new file
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 3 Oct 2018 20:02:05 +0000 (16:02 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:57:13 +0000 (18:57 +0100)
doc/api/lease4-add.json [new file with mode: 0644]

diff --git a/doc/api/lease4-add.json b/doc/api/lease4-add.json
new file mode 100644 (file)
index 0000000..f198fc3
--- /dev/null
@@ -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\"
+    }
+}",
+}