]> git.kaiwu.me - haproxy.git/commit
MINOR: checks: Add support to set-var and unset-var rules in tcp-checks
authorGaetan Rivet <grive@u256.net>
Mon, 24 Feb 2020 16:34:11 +0000 (17:34 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:37 +0000 (09:39 +0200)
commit0c39eccdd43e02d0248b9729c4cb8316a9f5fb9a
tree3d59f424383d240bb1aa1cdcdda5ec59416b81df
parent707b52f17e6641de5916f7d012c1b32feabbc9b3
MINOR: checks: Add support to set-var and unset-var rules in tcp-checks

Evaluate the registered action_ptr associated with each CHK_ACTION_KW rules from
a ruleset. Currently only the 'set-var' and 'unset-var' are parsed by the
tcp-check parser. Thus it is now possible to set or unset variables. It is
possible to use such rules before the first connect of the ruleset.
doc/configuration.txt
src/checks.c
src/vars.c