]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: checks: Parse custom action rules in tcp-checks
authorGaetan Rivet <grive@u256.net>
Fri, 21 Feb 2020 17:14:59 +0000 (18:14 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:37 +0000 (09:39 +0200)
commit707b52f17e6641de5916f7d012c1b32feabbc9b3
treefa8bf9582e83d8e3628a65a534db556f7afc3326
parent13a5043a9ebaa63e9b5085ed270352d8aaf32cea
MEDIUM: checks: Parse custom action rules in tcp-checks

Register the custom action rules "set-var" and "unset-var", that will
call the parse_store() command upon parsing.

These rules are thus built and integrated to the tcp-check ruleset, but
have no further effect for the moment.
include/proto/checks.h
include/types/action.h
include/types/checks.h
include/types/sample.h
src/checks.c
src/sample.c
src/vars.c