Willy,
this series adds support for sending and receiving unique IDs using PROXYv2.
I've added specific comments about the patches within the other emails.
Best regards
Tim Düsterhus
Tim Duesterhus (3):
DOC: proxy_protocol: Reserve TLV type 0x05 as PP2_TYPE_UNIQUE_ID
MINOR: proxy_protocol: Ingest PP2_TYPE_UNIQUE_ID on incoming
connections
MEDIUM: proxy_protocol: Support sending unique IDs using PPv2
doc/configuration.txt | 28 ++++++---
doc/proxy-protocol.txt | 20 ++++--
include/proto/connection.h | 9 ++-
include/types/connection.h | 2 +
include/types/server.h | 1 +
.../proxy_protocol_send_unique_id.vtc | 42 +++++++++++++
reg-tests/stream/unique-id-from-proxy.vtc | 38 ++++++++++++
src/connection.c | 61 ++++++++++++++++++-
src/log.c | 2 +-
src/server.c | 2 +
src/stream_interface.c | 10 ++-
11 files changed, 195 insertions(+), 20 deletions(-)
create mode 100644 reg-tests/connection/proxy_protocol_send_unique_id.vtc
create mode 100644 reg-tests/stream/unique-id-from-proxy.vtc
--
2.25.1