]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Add new file
authorSuzanne Goldlust <sgoldlust@isc.org>
Thu, 4 Oct 2018 21:41:55 +0000 (17:41 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:57:13 +0000 (18:57 +0100)
doc/api/subnet6-del.json [new file with mode: 0644]

diff --git a/doc/api/subnet6-del.json b/doc/api/subnet6-del.json
new file mode 100644 (file)
index 0000000..636f8c2
--- /dev/null
@@ -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 <xref linkend=\"idp72\"/>",
+    "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