commit | 7e50e4b9cc11ff2b640c7fbfc3350753a5dda071 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Sep 29 11:46:34 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Sep 29 11:46:35 2022 +0200 |
tree | affad04ed5e60dbc6ec496a12eb8d146b6c6ba9f | |
parent | d78693178c6297ed93bee4f40fb98f943b034cc0 [diff] |
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.