]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-rules: Make set/del-map and add/del-acl custom actions
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Dec 2019 14:45:23 +0000 (15:45 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Jan 2020 14:18:45 +0000 (15:18 +0100)
commit046cf44f6c021b635897ea8d8a65926a03f9eb40
treec5361264b7a076cf7c840a708a5b0c5ed467a6af
parentd1f27e3394e7f4dfc9f83a47d34d6c608acc3abe
MINOR: http-rules: Make set/del-map and add/del-acl custom actions

Now, these actions use their own dedicated function and are no longer handled
"in place" during the HTTP rules evaluation. Thus the action names
ACT_HTTP_*_ACL and ACT_HTTP_*_MAP are removed. The action type is now mapped as
following: 0 = add-acl, 1 = set-map, 2 = del-acl and 3 = del-map.
include/types/action.h
src/http_act.c
src/http_ana.c