MINOR: proxy/stktable: add resolve_stick_rule helper function
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 8 Aug 2023 09:37:59 +0000 (11:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Nov 2023 16:30:30 +0000 (17:30 +0100)
commitb9c0b039c86228cb7fe29b610a775076fd25b1e8
tree0378636cb8eac2daf25ca92930fe748cdb18ee3c
parentd82a6d93e2a00088c7e6c1200adce6fad7677854
MINOR: proxy/stktable: add resolve_stick_rule helper function

Simplify stick and store sticktable proxy rules postparsing by adding
a sticking rule entry resolve (postparsing) function.

This will ease code maintenance.
include/haproxy/proxy.h
src/cfgparse.c
src/proxy.c