From: Suzanne Goldlust Date: Thu, 4 Oct 2018 21:51:54 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384567fdae82de44664267f36c786b3d267e8649;p=thirdparty%2Fkea.git Add new file --- diff --git a/doc/api/subnet6-list.json b/doc/api/subnet6-list.json new file mode 100644 index 0000000000..98a2530a0f --- /dev/null +++ b/doc/api/subnet6-list.json @@ -0,0 +1,27 @@ +{ + "name": "subnet6-list", + "brief": "This command is used to list all currently configured subnets. The subnets are returned in a brief form, i.e. a subnet identifier and subnet prefix is included for each subnet.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.3.0", + "hook": "subnet_cmds", + "cmd-syntax": "{ + \"command\": \"subnet6-list\" +}", + "resp-syntax": "{ + \"result\": 0, + \"text\": \"2 IPv6 subnets found\", + \"arguments\": { + \"subnets\": [ + { + \"id\": 11, + \"subnet\": \"2001:db8:1::/64\" + }, + { + \"id\": 233, + \"subnet\": \"3000::/16\" + } + ] +}", + "resp-comment": "If no IPv6 subnets are found, an error code is returned along with the error description." +} \ No newline at end of file