From 040eee1aa49b49df4698d83a05af57c220127fd1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 13:36:04 +0200 Subject: Adding upstream version 2.2.0. Signed-off-by: Daniel Baumann --- src/share/api/subnet6-del.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/share/api/subnet6-del.json (limited to 'src/share/api/subnet6-del.json') diff --git a/src/share/api/subnet6-del.json b/src/share/api/subnet6-del.json new file mode 100644 index 0000000..3e355ae --- /dev/null +++ b/src/share/api/subnet6-del.json @@ -0,0 +1,33 @@ +{ + "access": "write", + "avail": "1.3.0", + "brief": [ + "This command removes 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." + ], + "cmd-syntax": [ + "{", + " \"command\": \"subnet6-del\",", + " \"arguments\": {", + " \"id\": 234", + " }", + "}" + ], + "description": "See ", + "hook": "subnet_cmds", + "name": "subnet6-del", + "resp-syntax": [ + "{", + " \"result\": 0,", + " \"text\": \"IPv6 subnet 2001:db8:1::/64 (id 234) deleted\",", + " \"subnets\": [", + " {", + " \"id\": 234,", + " \"subnet\": \"2001:db8:1::/64\"", + " }", + " ]", + "}" + ], + "support": [ + "kea-dhcp6" + ] +} -- cgit v1.2.3