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": "write",
"avail": "2.3.8",
"brief": [
"This command sanitizes extended info of all IPv4 leases and fills relay and remote ID columns in the SQL lease database."
],
"cmd-syntax": [
"{",
" \"command\": \"extended-info4-upgrade\"",
" }",
"}"
],
"description": "See <xref linkend=\"command-extended-info4-upgrade\"/>",
"hook": "lease_query",
"name": "extended-info4-upgrade",
"resp-comment": [
"This command should be used when some old IPv4 leases are present in the lease database using a SQL backend."
],
"resp-syntax": [
"{",
" \"arguments\": {",
" },",
" \"result\": 0,",
" \"text\": \"to be done\"",
"}"
],
"support": [
"kea-dhcp4"
]
}
|