{
    "access": "write",
    "avail": "1.3.0",
    "brief": [
        "This command adds a new shared network."
    ],
    "cmd-syntax": [
        "{",
        "    \"command\": \"network6-add\",",
        "    \"arguments\": {",
        "        \"shared-networks\": [ {",
        "            \"name\": \"floor13\",",
        "            \"subnet6\": [",
        "            {",
        "                \"id\": 100,",
        "                \"pools\": [ { \"pool\": \"2003:db8:1::1-2003:db8:1::ff\" } ],",
        "                \"subnet\": \"2003:db8:1::/64\",",
        "                \"option-data\": [",
        "                    {",
        "                        \"name\": \"dns-servers\",",
        "                        \"data\": \"2005:db8:1::1\"",
        "                    }",
        "                ]",
        "            },",
        "            {",
        "                \"id\": 101,",
        "                \"pools\": [ { \"pool\": \"2003:db8:2::1-2003:db8:2::ff\" } ],",
        "                \"subnet\": \"2003:db8:2::/64\",",
        "                \"option-data\": [",
        "                    {",
        "                        \"name\": \"dns-servers\",",
        "                        \"data\": \"2006:db8:1::1\"",
        "                    }",
        "                ]",
        "            } ]",
        "        } ]",
        "    }",
        "}"
    ],
    "description": "See <xref linkend=\"idp75\"/>",
    "hook": "subnet_cmds",
    "name": "network6-add",
    "resp-syntax": [
        "{",
        "    \"arguments\": {",
        "        \"shared-networks\": [ { \"name\": \"floor13\" } ]",
        "    },",
        "    \"result\": 0,",
        "    \"text\": \"A new IPv6 shared network 'floor13' added\"",
        "}"
    ],
    "support": [
        "kea-dhcp6"
    ]
}