From: Alan Clegg Date: Thu, 24 Jan 2019 16:29:00 +0000 (-0500) Subject: Corrected subnets/subnet4 argument in subnet4-add. X-Git-Tag: 406-update-cb_cmds-with-get-commands_base~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dfcddc1516c65dd8b78d60238e0629e17c9b019;p=thirdparty%2Fkea.git Corrected subnets/subnet4 argument in subnet4-add. Thanks to Daniel Ambauen for catching this. --- diff --git a/doc/guide/hooks.xml b/doc/guide/hooks.xml index c7cdb6d23d..fb36d462af 100644 --- a/doc/guide/hooks.xml +++ b/doc/guide/hooks.xml @@ -2021,7 +2021,7 @@ If the subnet exists the response will be similar to this: { "command": "subnet4-add", "arguments": { - "subnets": [ { + "subnet4": [ { "id": 123, "subnet": "10.20.30.0/24", ... @@ -2038,7 +2038,7 @@ If the subnet exists the response will be similar to this: "result": 0, "text": "IPv4 subnet added", "arguments": { - "subnets": [ + "subnet4": [ { "id": 123, "subnet": "10.20.30.0/24"