mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
MINOR: doc: Bad cli function name.
The documentation describe a "disable" function, but "enable" is writed.
This commit is contained in:
parent
98d9695518
commit
0b90f310dd
1 changed files with 4 additions and 4 deletions
|
|
@ -12574,7 +12574,10 @@ clear table <table> [ data.<type> <operator> <value> ] | [ key <key> ]
|
|||
$ echo "show table http_proxy" | socat stdio /tmp/sock1
|
||||
>>> # table: http_proxy, type: ip, size:204800, used:1
|
||||
|
||||
enable agent <backend>/<server>
|
||||
del map <map> <key>
|
||||
Delete all the map entries from the map <map> corresponding to the key <key>.
|
||||
|
||||
disable agent <backend>/<server>
|
||||
Mark the auxiliary agent check as temporarily stopped.
|
||||
|
||||
In the case where an agent check is being run as a auxiliary check, due
|
||||
|
|
@ -12596,9 +12599,6 @@ enable agent <backend>/<server>
|
|||
This command is restricted and can only be issued on sockets configured for
|
||||
level "admin".
|
||||
|
||||
del map <map> <key>
|
||||
Delete all the map entries from the map <map> corresponding to the key <key>.
|
||||
|
||||
disable frontend <frontend>
|
||||
Mark the frontend as temporarily stopped. This corresponds to the mode which
|
||||
is used during a soft restart : the frontend releases the port but can be
|
||||
|
|
|
|||
Loading…
Reference in a new issue