blob: 28ccaba22249b96ec80e3f529f0c03ad65ec3db6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"access": "write",
"avail": "2.3.1",
"brief": [
"This command writes the IPv4 memfile lease database into a CSV file."
],
"cmd-syntax": [
"{",
" \"command\": \"lease4-write\",",
" \"arguments\": {",
" \"filename\": \"a_file.csv\"",
" }",
"}"
],
"description": "See <xref linkend=\"idp63\"/>",
"hook": "lease_cmds",
"name": "lease4-write",
"support": [
"kea-dhcp4"
]
}
|