]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cfgcond: support terms made of parenthesis around expressions
authorWilly Tarreau <w@1wt.eu>
Fri, 16 Jul 2021 12:56:59 +0000 (14:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 16 Jul 2021 17:18:41 +0000 (19:18 +0200)
commit316ea7ede5f34309e1b81c9a0dc77cbe5282c1b1
treef001fe22e04a77236fe3a0c68e499af8aecb5fdd
parentca818875990d2b2ac8377f3b418d262164681ef7
MINOR: cfgcond: support terms made of parenthesis around expressions

Now it's possible to form a term using parenthesis around an expression.
This will soon allow to build more complex expressions. For now they're
still pretty limited but parenthesis do work.
doc/configuration.txt
include/haproxy/cfgcond-t.h
src/cfgcond.c