]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pattern: fix pat_{parse,match}_ip() function comments
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 5 Sep 2023 14:07:49 +0000 (16:07 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 Sep 2023 07:50:55 +0000 (09:50 +0200)
commitacb7d8a89cb16836b5764607a13fd1759427ae7e
tree9550642c01b8c25d726a1afbdabe7c88ef85fa81
parentf80122db266700259daa448b92a763e1b7a26dab
MINOR: pattern: fix pat_{parse,match}_ip() function comments

Function comments were outdated, probably because they have not been
updated during the previous refactors.

Fixing comments to better reflect the current behavior.

This may be backported up to 2.2, or even 2.0 by slightly adapting the
patch (in 2.0, such functions are documented in proto/pattern.h)
include/haproxy/pattern.h