From ed36968f16d15336e34045319d0f220e04d4e733 Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Tue, 22 Nov 2022 18:55:35 +0100 Subject: [PATCH] DOC: configuration.txt: add default_value for table_idle signature table_idle converter takes optional default_value argument. The documentation correctly describes this usage but was missing in the converter signature. It should be backported with bbeec37b3 ("MINOR: stick-table: Add table_expire() and table_idle() new converters") --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 5b4a5a44fa..98a85bd64a 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -17965,7 +17965,7 @@ table_http_req_rate() period configured in the table. See also the sc_http_req_rate sample fetch keyword. -table_idle(
) +table_idle(
,[,]) Uses the input sample to perform a look up in the specified table. If the key is not found in the table, the converter fails except if is set: this makes the converter succeed and return . If the key