{ "access": "write", "avail": "1.6.0", "brief": [ "This command creates or replaces an IPv6 subnet in the configuration database." ], "cmd-comment": [ "The provided list must contain exactly one subnet specification. The ``shared-network-name`` parameter is required for these commands; it associates the subnet with the shared network by its name. If the subnet must not belong to any shared network (a global subnet), the ``null`` value must be specified for the shared network name. The ``server-tags`` list is mandatory and must contain one or more server tags as strings to explicitly associate the subnet with one or more user-defined servers. The ``remote-subnet6-set`` command may include the special server tag \"all\" to associate the subnet with all servers." ], "cmd-syntax": [ "{", " \"command\": \"remote-subnet6-set\",", " \"arguments\": {", " \"subnets\": [", " {", " \"id\": ,", " \"subnet\": ,", " \"shared-network-name\": ,", " ", " }", " ],", " \"remote\": {", " ", " },", " \"server-tags\": [ , , ... ]", " }", "}" ], "hook": "cb_cmds", "name": "remote-subnet6-set", "resp-syntax": [ "{", " \"result\": 0,", " \"text\": \"IPv6 subnet successfully set.\",", " \"arguments\": {", " \"id\": ,", " \"subnet\": ", " }", "}" ], "support": [ "kea-dhcp6" ] }