diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 11:36:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 11:36:04 +0000 |
commit | 040eee1aa49b49df4698d83a05af57c220127fd1 (patch) | |
tree | f635435954e6ccde5eee9893889e24f30ca68346 /src/share/api/subnet6-add.json | |
parent | Initial commit. (diff) | |
download | isc-kea-040eee1aa49b49df4698d83a05af57c220127fd1.tar.xz isc-kea-040eee1aa49b49df4698d83a05af57c220127fd1.zip |
Adding upstream version 2.2.0.upstream/2.2.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/share/api/subnet6-add.json')
-rw-r--r-- | src/share/api/subnet6-add.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/share/api/subnet6-add.json b/src/share/api/subnet6-add.json new file mode 100644 index 0000000..77418d5 --- /dev/null +++ b/src/share/api/subnet6-add.json @@ -0,0 +1,39 @@ +{ + "access": "write", + "avail": "1.3.0", + "brief": [ + "This command creates and adds a new subnet to the existing server configuration. This operation has no impact on other subnets." + ], + "cmd-syntax": [ + "{", + " \"command\": \"subnet6-add\",", + " \"arguments\": {", + " \"subnet6\": [ {", + " \"id\": 234,", + " \"subnet\": \"2001:db8:1::/64\",", + " ...", + " } ]", + " }", + "}" + ], + "description": "See <xref linkend=\"idp70\"/>", + "hook": "subnet_cmds", + "name": "subnet6-add", + "resp-syntax": [ + "{", + " \"result\": 0,", + " \"text\": \"IPv6 subnet added\",", + " \"arguments\": {", + " \"subnets\": [", + " {", + " \"id\": 234,", + " \"subnet\": \"2001:db8:1::/64\"", + " }", + " ]", + " }", + "}" + ], + "support": [ + "kea-dhcp6" + ] +} |