]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stick-table: make the use of 'gpt' excluding the use of 'gpt0'
authorEmeric Brun <ebrun@haproxy.com>
Wed, 30 Jun 2021 16:58:22 +0000 (18:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 6 Jul 2021 05:24:42 +0000 (07:24 +0200)
commitf7ab0bfb620721443a18457761a313dac3e20962
treeb94ad9e75c819f390a594f547f37160281a7bd6f
parent877b0b5a7b90f87d8801570e0560d33cab089af3
MEDIUM: stick-table: make the use of 'gpt' excluding the use of 'gpt0'

This patch makes the use of 'gpt' excluding the use of the legacy
type 'gpt0' on the same table.

It also makes the 'gpt0' related fetches and actions applying
to the first element of the 'gpt' array if stored in table.
doc/configuration.txt
src/stick_table.c