]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Update lease4-add.json
authorVicky Risk <vicky@isc.org>
Wed, 10 Oct 2018 14:40:01 +0000 (10:40 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:58:11 +0000 (18:58 +0100)
doc/api/lease4-add.json

index ee11d8b4091e7031a278750bb7c904fc8f65ff2c..5768bc270d2d64ce5d193373bb7f8da45a9b372c 100644 (file)
@@ -1,6 +1,6 @@
 {
     "name": "lease4-add",
-    "brief": "The lease4-add command allows for the creation of a new lease.",
+    "brief": "The lease4-add command adds a new IPv4 lease administratively.",
     "description": "See <xref linkend=\"command-lease4-add\"/>",
     "support": [ "kea-dhcp4", "kea-dhcp6" ],
     "avail": "1.3.0",
@@ -11,5 +11,6 @@
         \"ip-address\": \"192.0.2.202\",
         \"hw-address\": \"1a:1b:1c:1d:1e:1f\"
     }
-}"
+}",
+    "cmd-comment": "Note that Kea 1.4 requires an additional argument, subnet-ID, which is optional as of Kea 1.5. A number of other more detailed optional arguments are also supported."
 }