summaryrefslogtreecommitdiffstats
path: root/src/share/api/network6-subnet-add.json
blob: 09d9086b05823282a9a06ff77344dde3feef3730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"
    ]
}