From: Suzanne Goldlust Date: Thu, 4 Oct 2018 15:45:59 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=118b398490c725794b492026b5b80f9ea0f816fa;p=thirdparty%2Fkea.git Add new file --- diff --git a/doc/api/network4-subnet-del.json b/doc/api/network4-subnet-del.json new file mode 100644 index 0000000000..e8ab0a70d0 --- /dev/null +++ b/doc/api/network4-subnet-del.json @@ -0,0 +1,19 @@ +{ + "name": "network4-subnet-del", + "brief": "The network4-subnet-del command is used to remove a subnet that is part of an existing shared network and demote it to a plain, stand-alone subnet.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.3.0", + "hook": "subnet_cmds", + "cmd-syntax": "{ + \"command\": \"network4-subnet-del\", + \"arguments\": { + \"name\": \"floor13\", + \"id\": 5 + } + }", + "resp-syntax": "{ + \"result\": 0, + \"text\": \"IPv4 subnet 10.0.0.0/8 (id 5) is now removed from shared network \'floor13\'\" +}", +} \ No newline at end of file