]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: introduce proxy-v2-options for send-proxy-v2
authorEmmanuel Hocdet <manu@gandi.net>
Thu, 1 Feb 2018 14:20:32 +0000 (15:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Feb 2018 04:52:51 +0000 (05:52 +0100)
commitf643b80429b318c24d1033f136dcfcedd8d7eede
treec7cd132aaf3dbd17453cdb1601dc313794220567
parent6fd698f4e6410177284ce70926f5c1137a176e6a
MINOR: introduce proxy-v2-options for send-proxy-v2

Proxy protocol v2 can transport many optional informations. To avoid
send-proxy-v2-* explosion, this patch introduce proxy-v2-options parameter
and will allow to write: "send-proxy-v2 proxy-v2-options ssl,cert-cn".
doc/configuration.txt
src/server.c