blob: d7a99594051ef43b9430181bfb1d5ac3561907a1 (
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": "1.4.0",
"brief": [
"This command globally enables the DHCP service."
],
"cmd-syntax": [
"{",
" \"command\": \"dhcp-enable\",",
" \"arguments\": {",
" \"origin\": \"user\"",
" }",
"}"
],
"description": "See <xref linkend=\"command-dhcp-enable\"/>",
"name": "dhcp-enable",
"support": [
"kea-dhcp4",
"kea-dhcp6"
]
}
|