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

Add new file

This commit is contained in:
Suzanne Goldlust
2018-10-04 11:34:14 -04:00
committed by Tomek Mrugalski
parent 36a6fd878d
commit f8d59a0d90

View File

@@ -0,0 +1,21 @@
{
"name": "network4-list",
"brief": "The network4-list command is used to retrieve full list of currently configured shared networks.",
"description": "See <xref linkend=\"idp73\"/>",
"support": [ "kea-dhcp4", "kea-dhcp6" ],
"avail": "1.3.0",
"hook": "subnet_cmds",
"cmd-syntax": "{
\"command\": \"network4-list\"
}d",
"resp-syntax": "{
\"arguments\": {
\"shared-networks\": [
{ \"name\": \"floor1\" },
{ \"name\": \"office\" }
]
},
\"result\": 0,
\"text\": \"2 IPv4 network(s) found\"
}",
}