diff options
Diffstat (limited to 'src/share/api/network6-subnet-add.json')
-rw-r--r-- | src/share/api/network6-subnet-add.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/share/api/network6-subnet-add.json b/src/share/api/network6-subnet-add.json new file mode 100644 index 0000000..09d9086 --- /dev/null +++ b/src/share/api/network6-subnet-add.json @@ -0,0 +1,28 @@ +{ + "access": "write", + "avail": "1.3.0", + "brief": [ + "This command adds existing subnets to existing shared networks." + ], + "cmd-syntax": [ + "{", + " \"command\": \"network6-subnet-add\",", + " \"arguments\": {", + " \"name\": \"floor13\",", + " \"id\": 5", + " }", + "}" + ], + "description": "See <xref linkend=\"idp77\"/>", + "hook": "subnet_cmds", + "name": "network6-subnet-add", + "resp-syntax": [ + "{", + " \"result\": 0,", + " \"text\": \"IPv6 subnet 2003:db8::/64 (id 5) is now part of shared network 'floor1'\"", + "}" + ], + "support": [ + "kea-dhcp6" + ] +} |