]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stick-table: add the new array of gpt data_type
authorEmeric Brun <ebrun@haproxy.com>
Wed, 30 Jun 2021 16:57:49 +0000 (18:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 6 Jul 2021 05:24:42 +0000 (07:24 +0200)
commit877b0b5a7b90f87d8801570e0560d33cab089af3
treeb7e28fc1e8027ecffbb65ad0b4815d96850cfe38
parent1a6b7254de849765bef34f7b65b92ff63bcea1ee
MEDIUM: stick-table: add the new array of gpt data_type

This patch adds the definition of a new array data_type
'gpt'. This is an array of 32bits General Purpose Tags.

Like for all arrays, it is limited to 100 elements.

This patch also adds actions and fetches to handle
elements of this array.

Note: As documented, those new actions and fetches won't
apply to the legacy 'gpt0' data type.
doc/configuration.txt
include/haproxy/action-t.h
include/haproxy/stick_table-t.h
src/stick_table.c