From: Suzanne Goldlust Date: Wed, 3 Oct 2018 20:02:05 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8154515f7fdcfaae8912e03d00d55b843dad2dd;p=thirdparty%2Fkea.git Add new file --- diff --git a/doc/api/lease4-add.json b/doc/api/lease4-add.json new file mode 100644 index 0000000000..f198fc3721 --- /dev/null +++ b/doc/api/lease4-add.json @@ -0,0 +1,15 @@ +{ + "name": "lease4-add", + "brief": "The lease4-add command allows for the creation of a new lease.", + "description": "See ", + "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\" + } +}", +}