]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: action: replace match_pfx by a keyword flags field
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 6 May 2021 13:33:09 +0000 (15:33 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 7 May 2021 12:35:01 +0000 (14:35 +0200)
commite4a617c931f217b0642cff0c3d34cf4ceaf48706
tree35e291def37214bc7fbde0b7c9744c68937ae31d
parentd2e53cd47e845d3d16f964d533cd11ccca8bece6
MINOR: action: replace match_pfx by a keyword flags field

Define a new keyword flag KWF_MATCH_PREFIX. This is used to replace the
match_pfx field of action struct.

This has the benefit to have more explicit action declaration, and now
it is possible to quickly implement experimental actions.
include/haproxy/action-t.h
include/haproxy/action.h
include/haproxy/cfgparse.h
src/action.c
src/hlua.c
src/http_act.c
src/resolvers.c
src/stick_table.c
src/vars.c