]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: configuration.txt: add default_value for table_idle signature
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 22 Nov 2022 17:55:35 +0000 (18:55 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 22 Nov 2022 18:41:12 +0000 (19:41 +0100)
commited36968f16d15336e34045319d0f220e04d4e733
tree14a4ca3a2cfca36cd161bb1ef63ec5b30158cb0d
parent92c2de1a06a5d2be4f498503fa09372256339c8b
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 <default_value> 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