istio.io/istio@v0.0.0-20240520182934-d79c90f27776/cni/pkg/iptables/testdata/hostprobe_ipv6.golden (about) 1 iptables -t nat -N ISTIO_POSTRT 2 iptables -t nat -A POSTROUTING -j ISTIO_POSTRT 3 iptables -t nat -A ISTIO_POSTRT -m owner --socket-exists -p tcp -m set --match-set istio-inpod-probes-v4 dst -j SNAT --to-source 169.254.7.127 4 ip6tables -t nat -N ISTIO_POSTRT 5 ip6tables -t nat -A POSTROUTING -j ISTIO_POSTRT 6 ip6tables -t nat -A ISTIO_POSTRT -m owner --socket-exists -p tcp -m set --match-set istio-inpod-probes-v6 dst -j SNAT --to-source fd16:9254:7127:1337:ffff:ffff:ffff:ffff