From: Suzanne Goldlust Date: Thu, 4 Oct 2018 21:41:55 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a20bdbd14f65993ad340dd9df8b07714c3b1be49;p=thirdparty%2Fkea.git Add new file --- diff --git a/doc/api/subnet6-del.json b/doc/api/subnet6-del.json new file mode 100644 index 0000000000..636f8c2a0a --- /dev/null +++ b/doc/api/subnet6-del.json @@ -0,0 +1,24 @@ +{ + "name": "subnet6-del", + "brief": "This command is used to remove a subnet from the server\'s configuration. This command has no effect on other configured subnets but removing a subnet has certain implications which the server\'s administrator should be aware of.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.3.0", + "hook": "subnet_cmds", + "cmd-syntax": "{ + \"command\": \"subnet6-del\", + \"arguments\": { + \"id\": 234 + } +}", + "resp-syntax": "{ + \"result\": 0, + \"text\": \"IPv6 subnet 2001:db8:1::/64 (id 234) deleted\", + \"subnets\": [ + { + \"id\": 234, + \"subnet\": \"2001:db8:1::/64\" + } + ] +}", +} \ No newline at end of file