]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: acl: report "ACL" not "map" in ACL ID lookup failures
authorWilly Tarreau <w@1wt.eu>
Mon, 8 Jun 2026 11:43:25 +0000 (13:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 8 Jun 2026 11:45:39 +0000 (13:45 +0200)
commitef191c46d7569712c538e93031fb3a6dca88defa
treebf2a6d86e2f865fa93b7101b1a8c95619f50b32a
parentb9fa07bd205ddd993c84e29d5b0324a84d032578
BUG/MINOR: acl: report "ACL" not "map" in ACL ID lookup failures

As reported by @broxio in issue #3411, when trying to delete an ACL by
its name, in case of error the message says "unknown map identifier".
We need to check the type to decide between map and ACL as in other
messages.

This can be backported to all stable branches. Thanks to @broxio for
reporting the issue with a reproducer and providing this tested fix.
src/map.c