From: Suzanne Goldlust Date: Thu, 4 Oct 2018 21:37:08 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df1c3b21baaa9fd9350db372aae4773bbaa86e49;p=thirdparty%2Fkea.git Add new file --- 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