mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
Add new file
This commit is contained in:
committed by
Tomek Mrugalski
parent
beaab2727a
commit
fd74496923
22
doc/api/network6-list.json
Normal file
22
doc/api/network6-list.json
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"name": "network6-list",
|
||||||
|
"brief": "The network6-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\"
|
||||||
|
}",
|
||||||
|
"cmd-comment": "network6-list follows exactly the same syntax for both the query and the response.",
|
||||||
|
"resp-syntax": "{
|
||||||
|
\"arguments\": {
|
||||||
|
\"shared-networks\": [
|
||||||
|
{ \"name\": \"floor1\" },
|
||||||
|
{ \"name\": \"office\" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"result": 0,
|
||||||
|
"text": "2 IPv4 network(s) found"
|
||||||
|
}",
|
||||||
|
}
|
Reference in New Issue
Block a user