From: Vicky Risk Date: Wed, 10 Oct 2018 14:40:01 +0000 (-0400) Subject: Update lease4-add.json X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37a51017ebc395bc9cfde98adf2392ff74e90da8;p=thirdparty%2Fkea.git Update lease4-add.json --- diff --git a/doc/api/lease4-add.json b/doc/api/lease4-add.json index ee11d8b409..5768bc270d 100644 --- a/doc/api/lease4-add.json +++ b/doc/api/lease4-add.json @@ -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 ", "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." }