commit | 92149f9a82a9b55c598f1cc815bc330c555f3561 | [log] [tgz] |
---|---|---|
author | Thayne McCombs <thayne@lucidchart.com> | Fri Nov 20 01:28:26 2020 -0700 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 31 10:04:54 2020 +0100 |
tree | 15f30d1b95f02436751c7f4fd3e996a13543b531 | |
parent | dc38bc4a1aecae55008b8bc472c4ff81302ad7df [diff] |
MEDIUM: stick-tables: Add srvkey option to stick-table This allows using the address of the server rather than the name of the server for keeping track of servers in a backend for stickiness. The peers code was also extended to support feeding the dictionary using this key instead of the name. Fixes #814