2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

Add new file

This commit is contained in:
Suzanne Goldlust
2018-10-04 11:45:59 -04:00
committed by Tomek Mrugalski
parent bd777e263c
commit 118b398490

View File

@@ -0,0 +1,19 @@
{
"name": "network4-subnet-del",
"brief": "The network4-subnet-del command is used to remove a subnet that is part of an existing shared network and demote it to a plain, stand-alone subnet.",
"description": "See <xref linkend=\"idp78\"/>",
"support": [ "kea-dhcp4", "kea-dhcp6" ],
"avail": "1.3.0",
"hook": "subnet_cmds",
"cmd-syntax": "{
\"command\": \"network4-subnet-del\",
\"arguments\": {
\"name\": \"floor13\",
\"id\": 5
}
}",
"resp-syntax": "{
\"result\": 0,
\"text\": \"IPv4 subnet 10.0.0.0/8 (id 5) is now removed from shared network \'floor13\'\"
}",
}