]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: vars/sample: operators can use variables as parameter
authorThierry FOURNIER <tfournier@arpalert.org>
Tue, 7 Jul 2015 19:10:16 +0000 (21:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 21 Jul 2015 22:48:24 +0000 (00:48 +0200)
commit5d86fae2344dbfacce5479ba86bd2d2866bf5474
treec43cb8127423d831973a537dbd23f0ee958c7718
parentfd77e05f65e3fda86867368108782debd67ad59b
MEDIUM: vars/sample: operators can use variables as parameter

This patch allow the existing operators to take a variable as parameter.
This is useful to add the content of two variables. This patch modify
the behavior of operators.
doc/configuration.txt
src/sample.c