1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"access": "write",
"avail": "1.4.0",
"brief": [
"This command globally disables the DHCP service."
],
"cmd-syntax": [
"{",
" \"command\": \"dhcp-disable\",",
" \"arguments\": {",
" \"max-period\": 20,",
" \"origin\": \"user\"",
" }",
"}"
],
"description": "See <xref linkend=\"command-dhcp-disable\"/>",
"name": "dhcp-disable",
"support": [
"kea-dhcp4",
"kea-dhcp6"
]
}
|