]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: cfgparse: Add direction in functions name that warn on misplaced rules
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 Nov 2024 08:51:36 +0000 (09:51 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 Nov 2024 08:51:37 +0000 (09:51 +0100)
commit5dcd3b0d994d083720ddb79a5a0dfe6d6690d20d
tree2be6a84e3c89f3cd2f0a81338031234fda265595
parent7710580428c1a413348fd48641ad7d4e54ee5b68
CLEANUP: cfgparse: Add direction in functions name that warn on misplaced rules

This only concerns functions emitting warnings about misplaced tcp-request
rules. The direction is now specified in the functions name. For instance
"warnif_misplaced_tcp_conn" is replaced by "warnif_misplaced_tcp_req_conn".
include/haproxy/cfgparse.h
src/cfgparse-listen.c
src/tcp_rules.c