]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pattern: add pat_ref_gen_delete() function
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 20 Nov 2024 17:18:54 +0000 (18:18 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Tue, 26 Nov 2024 15:12:21 +0000 (16:12 +0100)
commit4792f278928719be8ea3957b32c2386c52970fb3
tree1bf423bf40273862d453696888e219d27dffeea3
parenta131c542a65e64181ce807311c6a17569dd23da0
MINOR: pattern: add pat_ref_gen_delete() function

pat_ref_gen_delete(ref, gen_id, key) tries to delete all samples belonging
to <gen_id> and matching <key> under <ref>

The goal is to be able to target a single subset from <ref>
include/haproxy/pattern.h
src/pattern.c