commit | 877b0b5a7b90f87d8801570e0560d33cab089af3 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Wed Jun 30 18:57:49 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jul 06 07:24:42 2021 +0200 |
tree | b7e28fc1e8027ecffbb65ad0b4815d96850cfe38 | |
parent | 1a6b7254de849765bef34f7b65b92ff63bcea1ee [diff] |
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.