]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stick-table: show the shard number in each entry's "show table" output
authorWilly Tarreau <w@1wt.eu>
Tue, 29 Nov 2022 10:55:18 +0000 (11:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Nov 2022 11:00:49 +0000 (12:00 +0100)
commit16b282f4b0ac4c24b592f9dd83177f61c90e088b
treef8bf6a7c6f45fef8f5ab78bf8063a913e8173e38
parent56460ee52a1624bb68717afabb0644b5aec7a88d
MINOR: stick-table: show the shard number in each entry's "show table" output

Stick-tables support sharding to multiple peers but there was no way to
know to what shard an entry was going to be sent. Let's display this in
the "show table" output to ease debugging.
doc/management.txt
src/stick_table.c