From 123ff0463eefb268e3a3a1ab9ded5a153fd18472 Mon Sep 17 00:00:00 2001 From: Baptiste Assmann Date: Sun, 6 Mar 2016 23:29:28 +0100 Subject: [PATCH] DOC: stick-table: amend paragraph blaming the loss of table upon reload This statement is not true anymore since we have the peers in HAProxy. backport: 1.6 and above --- doc/configuration.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 42faa56d46..7caf5f574c 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -8221,8 +8221,9 @@ stick-table type {ip | integer | string [len ] | binary [len ]} It is important to understand that stickiness based on learning information has some limitations, including the fact that all learned associations are - lost upon restart. In general it can be good as a complement but not always - as an exclusive stickiness. + lost upon restart unless peers are properly configured to transfer such + information upon restart (recommended). In general it can be good as a + complement but not always as an exclusive stickiness. Last, memory requirements may be important when storing many data types. Indeed, storing all indicators above at once in each entry requires 116 bytes -- 2.47.3