]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pattern: consider gen_id in pat_ref_set_from_node()
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 20 Nov 2024 16:26:23 +0000 (17:26 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Tue, 26 Nov 2024 15:12:26 +0000 (16:12 +0100)
commit010c34b8c776504528d454f231e3b0cbe73d1c95
tree9b62989f41e3562bbf2853137977e6f069d3b9bc
parent4792f278928719be8ea3957b32c2386c52970fb3
MEDIUM: pattern: consider gen_id in pat_ref_set_from_node()

Don't set all duplicates from a given node if they don't have the same
gen_id. Indeed, now we consider the gen_id to only work on the same
pattern ref revision.
src/pattern.c