commit | 0c39eccdd43e02d0248b9729c4cb8316a9f5fb9a | [log] [tgz] |
---|---|---|
author | Gaetan Rivet <grive@u256.net> | Mon Feb 24 17:34:11 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 09:39:37 2020 +0200 |
tree | 3d59f424383d240bb1aa1cdcdda5ec59416b81df | |
parent | 707b52f17e6641de5916f7d012c1b32feabbc9b3 [diff] |
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.