lds: Add "transparent" option to support iptables TPROXY in listeners (#522)
Add a "transparent" option to Listener to set the SOL_IP/IP_TRANSPARENT option on listen sockets, which allows using Envoy with the iptables TPROXY target. Unlike the iptables REDIRECT target, TPROXY allows preserving both the source and destination IP addresses and ports of accepted connections. API changes for: envoyproxy/envoy#2719 Signed-off-by: Romain Lenglet <romain@covalent.io>pull/524/head
parent
818dc1db99
commit
4702452e35
4 changed files with 14 additions and 4 deletions
Loading…
Reference in new issue