From df1c3b21baaa9fd9350db372aae4773bbaa86e49 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Thu, 4 Oct 2018 17:37:08 -0400 Subject: [PATCH] Add new file --- doc/api/subnet6-add.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/api/subnet6-add.json diff --git a/doc/api/subnet6-add.json b/doc/api/subnet6-add.json new file mode 100644 index 0000000000..ece6ece43f --- /dev/null +++ b/doc/api/subnet6-add.json @@ -0,0 +1,30 @@ +{ + "name": "subnet6-add", + "brief": "This command is used to create and add new subnet to the existing server configuration. This operation has no impact on other subnets.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.3.0", + "hook": "subnet_cmds", + "cmd-syntax": "{ + \"command\": \"subnet6-add\", + \"arguments\": { + \"subnet6\": [ { + \"id\": 234, + \"subnet\": \"2001:db8:1::/64\", + ... + } ] + } +}", + "resp-syntax": "{ + \"result\": 0, + \"text\": \"IPv6 subnet added\", + \"arguments\": { + \"subnet6\": [ + { + \"id\": 234, + \"subnet\": \"2001:db8:1::/64\" + } + ] + } +}", +} \ No newline at end of file -- 2.47.2