From 9ad018a3dd9eb3b3be4a8b6ef3a0e1c7d4fc0c1d Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Fri, 14 Nov 2025 10:30:29 +0100 Subject: [PATCH] DOC: configuration: add missing ssllib_name_startswith() Add the missing ssllib_name_startswith() predicate in the documentation. The predicate was introduced with b01179aa9 ("MINOR: ssl: Add ssllib_name_startswith precondition"). Must be backported as far as 2.6. --- doc/configuration.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index c169ba9e7..3bc667a70 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1185,6 +1185,10 @@ The list of currently supported predicates is the following: in the features list reported by "haproxy -vv" (which means a appears after a '+') + - ssllib_name_startswith() : return true if the SSL library name + HAProxy was linked with, starts with . + Example: ssllib_name_startswith(wolfSSL) + - streq(,) : returns true only if the two strings are equal - strneq(,) : returns true only if the two strings differ - strstr(,) : returns true only if the second string is found in -- 2.47.3