envoyproxy/envoy

Setting TLVs in Proxy Protocol V2 header

Open

#18,520 创建于 2021年10月8日

在 GitHub 查看
 (8 评论) (9 反应) (0 负责人)C++ (5,373 fork)batch import
area/proxy_protohelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

Title: Setting TLVs in Proxy Protocol V2 header

Description: Proxy Protocol V2 allows application specific TLVs in the header (https://www.haproxy.org/download/2.1/doc/proxy-protocol.txt). Currently, the listener filter for proxy protocol has mechanism to read those TLVs but the upstream transport socket for PPV2 does not allow setting your own TLVs. It would be helpful because proxy protocol can then carry addition information such as instance id, cluster name etc.

贡献者指南