]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: Add support of be_id, be_name, srv_id and srv_name sample fetches
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 30 Apr 2020 07:51:15 +0000 (09:51 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2020 09:06:43 +0000 (11:06 +0200)
commitd1b4464b6914cc67484427cdbad2623ffbc69c0a
tree8a6d46f00102ad8a00ef16722871a8fa7d09b820
parent78f371e49878d46f9937a76b16c064edd04c522c
MINOR: checks: Add support of be_id, be_name, srv_id and srv_name sample fetches

It is now possible to call be_id, be_name, srv_id and srv_name sample fetches
from any sample expression or log-format string in a tcp-check based ruleset.
doc/configuration.txt
src/backend.c