mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-30 23:30:59 +01:00
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.
This commit is contained in:
parent
8415254cea
commit
9ad018a3dd
@ -1185,6 +1185,10 @@ The list of currently supported predicates is the following:
|
||||
in the features list reported by "haproxy -vv"
|
||||
(which means a <name> appears after a '+')
|
||||
|
||||
- ssllib_name_startswith(<name>) : return true if the SSL library name
|
||||
HAProxy was linked with, starts with <name>.
|
||||
Example: ssllib_name_startswith(wolfSSL)
|
||||
|
||||
- streq(<str1>,<str2>) : returns true only if the two strings are equal
|
||||
- strneq(<str1>,<str2>) : returns true only if the two strings differ
|
||||
- strstr(<str1>,<str2>) : returns true only if the second string is found in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user