1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"access": "read",
"avail": "1.3.0",
"brief": [
"This command retrieves the full list of currently configured shared networks."
],
"cmd-syntax": [
"{",
" \"command\": \"network6-list\"",
"}"
],
"description": "See <xref linkend=\"command-network6-list\"/>",
"hook": "subnet_cmds",
"name": "network6-list",
"resp-syntax": [
"{",
" \"arguments\": {",
" \"shared-networks\": [",
" { \"name\": \"floor1\" },",
" { \"name\": \"office\" }",
" ]",
" },",
" \"result\": 0,",
" \"text\": \"2 IPv6 network(s) found\"",
"}"
],
"support": [
"kea-dhcp6"
]
}
|