blob: d76f2f0d49dde13b1df0d1efd56b0857c0dfdcfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"access": "write",
"avail": "1.7.4",
"brief": [
"This command is sent to instruct one of the servers to transition",
"to the partner-in-maintenance state in which it will be responding to",
"all DHCP queries. The server receiving this command sends the",
"ha-maintenance-notify to its partner to cause the partner to",
"transition to the in-maintenance state."
],
"cmd-comment": [ "This command takes no arguments." ],
"description": [ "See <xref linkend=\"command-ha-maintenance-start\"/>" ],
"hook": "high_availability",
"name": "ha-maintenance-start",
"support": [
"kea-dhcp4",
"kea-dhcp6"
]
}
|