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

diff --git a/doc/api/lease6-update.json b/doc/api/lease6-update.json
new file mode 100644 (file)
index 0000000..8c0fc54
--- /dev/null
@@ -0,0 +1,20 @@
+{
+    "name": "lease6-update",
+    "brief": "The lease6-update command can be used to update existing leases.",
+    "description": "See <xref linkend=\"lease6-update\"/>",
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "avail": "1.3.0",
+    "hook": "lease_cmds",
+    "cmd-syntax": "{
+  \"command\": \"lease6-update\",
+  \"arguments\": {
+    \"ip-address\": \"2001:db8::1\",
+    \"duid\": \"88:88:88:88:88:88:88:88\",
+    \"iaid\": 7654321,
+    \"hostname\": \"newhostname.example.org\",
+    \"subnet-id\": 66,
+    \"force-create\": false
+  }
+}
+",
+}
\ No newline at end of file