]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cfgcond: Implement strstr condition expression
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Feb 2023 16:55:58 +0000 (17:55 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 21 Feb 2023 10:44:55 +0000 (11:44 +0100)
commita1fdad784bc734c2a01ca5980e1a662d418a2a0b
tree04f79d8e091f6b7c6f99a31477485d89121853e5
parent760a3841bdf0114809ae3fe2faf7996750cb41a6
MINOR: cfgcond: Implement strstr condition expression

Implement a way to match a substring in a string. The strstr expresionn can
now be used to do so.
doc/configuration.txt
include/haproxy/cfgcond-t.h
src/cfgcond.c