--- /dev/null
+{
+ "name": "subnet6-add",
+ "brief": "This command is used to create and add new subnet to the existing server configuration. This operation has no impact on other subnets.",
+ "description": "See <xref linkend=\"idp70\"/>",
+ "support": [ "kea-dhcp4", "kea-dhcp6" ],
+ "avail": "1.3.0",
+ "hook": "subnet_cmds",
+ "cmd-syntax": "{
+ \"command\": \"subnet6-add\",
+ \"arguments\": {
+ \"subnet6\": [ {
+ \"id\": 234,
+ \"subnet\": \"2001:db8:1::/64\",
+ ...
+ } ]
+ }
+}",
+ "resp-syntax": "{
+ \"result\": 0,
+ \"text\": \"IPv6 subnet added\",
+ \"arguments\": {
+ \"subnet6\": [
+ {
+ \"id\": 234,
+ \"subnet\": \"2001:db8:1::/64\"
+ }
+ ]
+ }
+}",
+}
\ No newline at end of file