From: Suzanne Goldlust Date: Thu, 4 Oct 2018 18:33:28 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72a94cd732f3973237269b05726c533caa99214b;p=thirdparty%2Fkea.git Add new file --- diff --git a/doc/api/network6-subnet-add.json b/doc/api/network6-subnet-add.json new file mode 100644 index 0000000000..bc406d7883 --- /dev/null +++ b/doc/api/network6-subnet-add.json @@ -0,0 +1,20 @@ +{ + "name": "network6-subnet-add", + "brief": "The network6-subnet-add command is used to add existing subnets to existing shared networks.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.3.0", + "hook": "subnet_cmds", + "cmd-syntax": "{ + \"command\": \"network4-subnet-add\", + \"arguments\": { + \"name\": \"floor13\", + \"id\": 5 + } +}", + "cmd-comment": "The network6-subnet-add command uses exactly the same syntax for both the command and the response.", + "resp-syntax": "{ + \"result\": 0, + \"text\": \"IPv4 subnet 10.0.0.0/8 (id 5) is now part of shared network \'floor1\'\" +}", +} \ No newline at end of file