]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: Impprove hash_ipanon to support dgram sockets and port offsets
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 29 Sep 2022 09:46:34 +0000 (11:46 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 29 Sep 2022 09:46:35 +0000 (11:46 +0200)
commit7e50e4b9cc11ff2b640c7fbfc3350753a5dda071
treeaffad04ed5e60dbc6ec496a12eb8d146b6c6ba9f
parentd78693178c6297ed93bee4f40fb98f943b034cc0
MINOR: tools: Impprove hash_ipanon to support dgram sockets and port offsets

Add PA_O_DGRAM and PA_O_PORT_OFS options when str2sa_range() is called. This
way dgram sockets and addresses with port offsets are supported.

No backport needed, except if anonymization mechanism is backported.
src/tools.c