mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 06:11:32 +01: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
@ -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…
x
Reference in New Issue
Block a user