MINOR: log-forward: use str2receiver() to parse the dgram-bind address
authorWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 13:22:19 +0000 (15:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 20:08:08 +0000 (22:08 +0200)
commit26ff5dabc0ce62a8383d28ae53ff9880d4364999
tree5ae6b7322354d63a98b7cbc4e2b471af36deab6b
parentaa333123f24d3abea1157e8e5553b4d53a9cc155
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.
doc/configuration.txt
src/log.c