commit | 26ff5dabc0ce62a8383d28ae53ff9880d4364999 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 16 15:22:19 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 16 22:08:08 2020 +0200 |
tree | 5ae6b7322354d63a98b7cbc4e2b471af36deab6b | |
parent | aa333123f24d3abea1157e8e5553b4d53a9cc155 [diff] |
MINOR: log-forward: use str2receiver() to parse the dgram-bind address Thanks to this we don't need to specify "udp@" as it's implicitly a datagram type listener that is expected, so any AF_INET/AF_INET4 address will work.