]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: add the fc_pp_authority fetch -- authority TLV, from PROXYv2
authorGeoff Simmons <geoff@uplex.de>
Tue, 27 Aug 2019 16:31:16 +0000 (18:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 28 Aug 2019 15:16:20 +0000 (17:16 +0200)
commit7185b789f94dc48cb1df5d09a82ebbf80172d7bf
tree8ec72ed0b4dbfc520a53997523fdf08c337c46ba
parentc326ecc9b10385d4d6b889d7ecfb0fb0dc8d8fb8
MINOR: connection: add the fc_pp_authority fetch -- authority TLV, from PROXYv2

Save the authority TLV in a PROXYv2 header from the client connection,
if present, and make it available as fc_pp_authority.

The fetch can be used, for example, to set the SNI for a backend TLS
connection.
doc/configuration.txt
include/proto/connection.h
include/types/connection.h
src/connection.c