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
|
{
"access": "write",
"avail": "1.3.0",
"brief": [
"This command administratively adds a new IPv4 lease."
],
"cmd-comment": [
"Note that Kea 1.4 requires an additional argument, subnet-ID, which is optional as of Kea 1.5. A number of other, more-detailed, optional arguments are also supported."
],
"cmd-syntax": [
"{",
" \"command\": \"lease4-add\",",
" \"arguments\": {",
" \"ip-address\": \"192.0.2.202\",",
" \"hw-address\": \"1a:1b:1c:1d:1e:1f\"",
" }",
"}"
],
"description": "See <xref linkend=\"idp64\"/>",
"hook": "lease_cmds",
"name": "lease4-add",
"support": [
"kea-dhcp4"
]
}
|