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/network6-list.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/share/api/network6-list.json (limited to 'src/share/api/network6-list.json') diff --git a/src/share/api/network6-list.json b/src/share/api/network6-list.json new file mode 100644 index 0000000..98a64e2 --- /dev/null +++ b/src/share/api/network6-list.json @@ -0,0 +1,30 @@ +{ + "access": "read", + "avail": "1.3.0", + "brief": [ + "This command retrieves the full list of currently configured shared networks." + ], + "cmd-syntax": [ + "{", + " \"command\": \"network6-list\"", + "}" + ], + "description": "See ", + "hook": "subnet_cmds", + "name": "network6-list", + "resp-syntax": [ + "{", + " \"arguments\": {", + " \"shared-networks\": [", + " { \"name\": \"floor1\" },", + " { \"name\": \"office\" }", + " ]", + " },", + " \"result\": 0,", + " \"text\": \"2 IPv6 network(s) found\"", + "}" + ], + "support": [ + "kea-dhcp6" + ] +} -- cgit v1.2.3