]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stick-table: allow sc-set-gpt0 to set value from an expression
authorCédric Dufour <cedric.dufour@exoscale.ch>
Wed, 6 Nov 2019 17:38:53 +0000 (18:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Nov 2019 17:24:19 +0000 (18:24 +0100)
commit0d7712dff012d0a52c0d398abc65b06f980a181c
tree1af0f4ff702811773e93f8455c1879a669cdb151
parent869efd5eeb8e715668c6260d468fdba77f347fb1
MINOR: stick-table: allow sc-set-gpt0 to set value from an expression

Allow the sc-set-gpt0 action to set GPT0 to a value dynamically evaluated from
its <expr> argument (in addition to the existing static <int> alternative).
doc/configuration.txt
include/types/action.h
src/stick_table.c