]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: acl: support built-in ACLs with acl() sample
authorPatrick Hemmer <patrick.hemmer@gmail.com>
Tue, 1 Aug 2023 14:43:02 +0000 (10:43 -0400)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 May 2024 16:42:54 +0000 (18:42 +0200)
commit93d4e99714d5788d7627f64fd02cae09ecd07b20
tree4fdfa9ed5f414f3fdfbf686f696ca49f170250c3
parent7c6b410b35376e3257d419c8834f3355e89cf9ab
BUG/MINOR: acl: support built-in ACLs with acl() sample

Built-in ACLs were not being searched by the acl() sample fetch. This
fixes that so they are searched if no other match is found.
reg-tests/sample_fetches/acl.vtc
src/acl.c