envoyproxy/envoy

Setting TLVs in Proxy Protocol V2 header

Open

#18.520 aperta il 8 ott 2021

Vedi su GitHub
 (8 commenti) (9 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/proxy_protohelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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.

Guida contributor