From f5f56e1a1c4d9e9496fcb9d81131066a964ccd23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 14:15:43 +0200 Subject: Adding upstream version 2.4.1. Signed-off-by: Daniel Baumann --- src/share/api/network4-subnet-del.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/share/api/network4-subnet-del.json (limited to 'src/share/api/network4-subnet-del.json') diff --git a/src/share/api/network4-subnet-del.json b/src/share/api/network4-subnet-del.json new file mode 100644 index 0000000..fd1c7e3 --- /dev/null +++ b/src/share/api/network4-subnet-del.json @@ -0,0 +1,28 @@ +{ + "access": "write", + "avail": "1.3.0", + "brief": [ + "This command removes a subnet that is part of an existing shared network and demotes it to a plain, stand-alone subnet." + ], + "cmd-syntax": [ + "{", + " \"command\": \"network4-subnet-del\",", + " \"arguments\": {", + " \"name\": \"floor13\",", + " \"id\": 5", + " }", + " }" + ], + "description": "See ", + "hook": "subnet_cmds", + "name": "network4-subnet-del", + "resp-syntax": [ + "{", + " \"result\": 0,", + " \"text\": \"IPv4 subnet 10.0.0.0/8 (id 5) is now removed from shared network 'floor13'\"", + "}" + ], + "support": [ + "kea-dhcp4" + ] +} -- cgit v1.2.3