MINOR: action: Add function to check rules using an action ACT_ACTION_TRK_*
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 18 Sep 2017 12:43:55 +0000 (14:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 10:36:12 +0000 (11:36 +0100)
commit78880fb1968d82dadb2b3b08305ae71f780e702a
tree81e6b67e5959271d41a8a1f660a7e8d26275646c
parent6d950b92cdf59b5d897b545fab347ec472c39db4
MINOR: action: Add function to check rules using an action ACT_ACTION_TRK_*

The function "check_trk_action" has been added to find and check the target
table for rules using an action ACT_ACTION_TRK_*.
Makefile
include/proto/action.h
src/action.c [new file with mode: 0644]
src/proto_http.c
src/tcp_rules.c