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
|
{
"access": "write",
"avail": "1.3.0",
"brief": [
"This command updates existing leases."
],
"cmd-syntax": [
"{",
" \"command\": \"lease6-update\",",
" \"arguments\": {",
" \"ip-address\": \"2001:db8::1\",",
" \"duid\": \"88:88:88:88:88:88:88:88\",",
" \"iaid\": 7654321,",
" \"hostname\": \"newhostname.example.org\",",
" \"subnet-id\": 66,",
" \"force-create\": false",
" }",
"}",
""
],
"description": "See <xref linkend=\"idp62\"/>",
"hook": "lease_cmds",
"name": "lease6-update",
"support": [
"kea-dhcp6"
]
}
|