Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ISTIO_POSTRT (0.09 sec)

  1. cni/pkg/iptables/testdata/hostprobe_ipv6.golden

    * nat
    -N ISTIO_POSTRT
    -A POSTROUTING -j ISTIO_POSTRT
    -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
    COMMIT
    * nat
    -N ISTIO_POSTRT
    -A POSTROUTING -j ISTIO_POSTRT
    -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
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Sep 25 20:54:34 UTC 2024
    - 399 bytes
    - Viewed (0)
  2. cni/pkg/iptables/testdata/hostprobe.golden

    * nat
    -N ISTIO_POSTRT
    -A POSTROUTING -j ISTIO_POSTRT
    -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
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Sep 25 20:54:34 UTC 2024
    - 186 bytes
    - Viewed (0)
Back to top