]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: Send out generic, user-defined server TLVs
authorAlexander Stephan <alexander.stephan@sap.com>
Sat, 28 Oct 2023 18:57:07 +0000 (20:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 4 Nov 2023 03:56:59 +0000 (04:56 +0100)
commitce7501de79b035a03c52aa47c671aac2fcdfd631
tree9b147e5e2ef15f9fcb6695513c46aa6d0414dd42
parent6f4bfed3a21b29d5b8037b58a7831082fc9a601a
MINOR: connection: Send out generic, user-defined server TLVs

To follow-up the implementation of the new set-proxy-v2-tlv-fmt
keyword in the server, the connection is updated to use the previously
allocated TLVs. If no value was specified, we send out an empty TLV.
As the feature is fully working with this commit, documentation and a
test for the server and default-server are added as well.
doc/configuration.txt
reg-tests/connection/proxy_protocol_send_generic.vtc [new file with mode: 0644]
src/connection.c