]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stick-table: make the use of 'gpc' excluding the use of 'gpc0/1''
authorEmeric Brun <ebrun@haproxy.com>
Wed, 30 Jun 2021 17:06:43 +0000 (19:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 6 Jul 2021 05:24:42 +0000 (07:24 +0200)
commit726783db183829a7ab4cd0401d493ffd44781f39
tree5ce133cc48f867e80226c630084882fca48c2161
parent4d7ada8f9e6253bbe0ae0ef06fc70c3de51066e0
MEDIUM: stick-table: make the use of 'gpc' excluding the use of 'gpc0/1''

This patch makes the use of 'gpc' excluding the use of the legacy
types 'gpc0' and 'gpc1" on the same table.

It also makes the use of 'gpc_rate' excluding the use of the legacy
types 'gpc0_rate' and 'gpc1_rate" on the same table.

The 'gpc0' and 'gpc1' related fetches and actions will apply
to the first two elements of the 'gpc' array if stored in table.

The 'gpc0_rate' and 'gpc1_rate' related fetches and actions will apply
to the first two elements of the 'gpc_rate' array if stored in table.
doc/configuration.txt
src/stick_table.c