]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: protocol: add missing support of dgram unix socket.
authorEmeric Brun <ebrun@haproxy.com>
Thu, 18 Mar 2021 15:52:17 +0000 (16:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 18 Mar 2021 17:30:29 +0000 (18:30 +0100)
commit8af3bb0abf1b808fde2c944d768431377e6a1526
treedc02c38ce877f5467ac14d46c08622d904c2ca83
parent304672320ea6125875d7ba124abefe705eceabe1
BUG/MINOR: protocol: add missing support of dgram unix socket.

The proto "uxdg" (UNIX DGRAM) was not declared, causing an error trying
to put a socket unix on "dgram-bind" into a log-forward section.

This patch introduces the missing "uxdg" protocol by adding proto_uxdg.c
which was fully created based on the code available for the other
protocols.

This patch should be backported to version 2.3 and above.
Makefile
src/proto_uxdg.c [new file with mode: 0644]