istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tools/istio-clean-iptables/pkg/cmd/testdata/dns-uid-gid.golden (about) 1 iptables -t nat -D PREROUTING -p tcp -j ISTIO_INBOUND 2 iptables -t mangle -D PREROUTING -p tcp -j ISTIO_INBOUND 3 iptables -t nat -D OUTPUT -p tcp -j ISTIO_OUTPUT 4 iptables -t nat -F ISTIO_OUTPUT 5 iptables -t nat -X ISTIO_OUTPUT 6 iptables -t nat -F ISTIO_INBOUND 7 iptables -t nat -X ISTIO_INBOUND 8 iptables -t mangle -F ISTIO_INBOUND 9 iptables -t mangle -X ISTIO_INBOUND 10 iptables -t mangle -F ISTIO_DIVERT 11 iptables -t mangle -X ISTIO_DIVERT 12 iptables -t mangle -F ISTIO_TPROXY 13 iptables -t mangle -X ISTIO_TPROXY 14 iptables -t nat -F ISTIO_REDIRECT 15 iptables -t nat -X ISTIO_REDIRECT 16 iptables -t nat -F ISTIO_IN_REDIRECT 17 iptables -t nat -X ISTIO_IN_REDIRECT 18 ip6tables -t nat -D PREROUTING -p tcp -j ISTIO_INBOUND 19 ip6tables -t mangle -D PREROUTING -p tcp -j ISTIO_INBOUND 20 ip6tables -t nat -D OUTPUT -p tcp -j ISTIO_OUTPUT 21 ip6tables -t nat -F ISTIO_OUTPUT 22 ip6tables -t nat -X ISTIO_OUTPUT 23 ip6tables -t nat -F ISTIO_INBOUND 24 ip6tables -t nat -X ISTIO_INBOUND 25 ip6tables -t mangle -F ISTIO_INBOUND 26 ip6tables -t mangle -X ISTIO_INBOUND 27 ip6tables -t mangle -F ISTIO_DIVERT 28 ip6tables -t mangle -X ISTIO_DIVERT 29 ip6tables -t mangle -F ISTIO_TPROXY 30 ip6tables -t mangle -X ISTIO_TPROXY 31 ip6tables -t nat -F ISTIO_REDIRECT 32 ip6tables -t nat -X ISTIO_REDIRECT 33 ip6tables -t nat -F ISTIO_IN_REDIRECT 34 ip6tables -t nat -X ISTIO_IN_REDIRECT 35 iptables -t nat -D OUTPUT -p udp -j ISTIO_OUTPUT 36 iptables -t raw -D OUTPUT -p udp -j ISTIO_OUTPUT 37 ip6tables -t nat -D OUTPUT -p udp -j ISTIO_OUTPUT 38 ip6tables -t raw -D OUTPUT -p udp -j ISTIO_OUTPUT 39 iptables -t nat -D ISTIO_OUTPUT -p udp --dport 53 -m owner --uid-owner 3 -j RETURN 40 ip6tables -t nat -D ISTIO_OUTPUT -p udp --dport 53 -m owner --uid-owner 3 -j RETURN 41 iptables -t nat -D ISTIO_OUTPUT -p udp --dport 53 -m owner --uid-owner 4 -j RETURN 42 ip6tables -t nat -D ISTIO_OUTPUT -p udp --dport 53 -m owner --uid-owner 4 -j RETURN 43 iptables -t nat -D ISTIO_OUTPUT -p udp --dport 53 -m owner --gid-owner 1 -j RETURN 44 ip6tables -t nat -D ISTIO_OUTPUT -p udp --dport 53 -m owner --gid-owner 1 -j RETURN 45 iptables -t nat -D ISTIO_OUTPUT -p udp --dport 53 -m owner --gid-owner 2 -j RETURN 46 ip6tables -t nat -D ISTIO_OUTPUT -p udp --dport 53 -m owner --gid-owner 2 -j RETURN 47 iptables -t nat -D ISTIO_OUTPUT -p udp --dport 53 -d 127.0.0.53/32 -j REDIRECT --to-port 15053 48 ip6tables -t nat -D ISTIO_OUTPUT -p udp --dport 53 -d ::127.0.0.53/128 -j REDIRECT --to-port 15053 49 iptables -t raw -D ISTIO_OUTPUT -p udp --dport 53 -m owner --uid-owner 3 -j CT --zone 1 50 ip6tables -t raw -D ISTIO_OUTPUT -p udp --dport 53 -m owner --uid-owner 3 -j CT --zone 1 51 iptables -t raw -D ISTIO_OUTPUT -p udp --sport 15053 -m owner --uid-owner 3 -j CT --zone 2 52 ip6tables -t raw -D ISTIO_OUTPUT -p udp --sport 15053 -m owner --uid-owner 3 -j CT --zone 2 53 iptables -t raw -D ISTIO_OUTPUT -p udp --dport 53 -m owner --uid-owner 4 -j CT --zone 1 54 ip6tables -t raw -D ISTIO_OUTPUT -p udp --dport 53 -m owner --uid-owner 4 -j CT --zone 1 55 iptables -t raw -D ISTIO_OUTPUT -p udp --sport 15053 -m owner --uid-owner 4 -j CT --zone 2 56 ip6tables -t raw -D ISTIO_OUTPUT -p udp --sport 15053 -m owner --uid-owner 4 -j CT --zone 2 57 iptables -t raw -D ISTIO_OUTPUT -p udp --dport 53 -m owner --gid-owner 1 -j CT --zone 1 58 ip6tables -t raw -D ISTIO_OUTPUT -p udp --dport 53 -m owner --gid-owner 1 -j CT --zone 1 59 iptables -t raw -D ISTIO_OUTPUT -p udp --sport 15053 -m owner --gid-owner 1 -j CT --zone 2 60 ip6tables -t raw -D ISTIO_OUTPUT -p udp --sport 15053 -m owner --gid-owner 1 -j CT --zone 2 61 iptables -t raw -D ISTIO_OUTPUT -p udp --dport 53 -m owner --gid-owner 2 -j CT --zone 1 62 ip6tables -t raw -D ISTIO_OUTPUT -p udp --dport 53 -m owner --gid-owner 2 -j CT --zone 1 63 iptables -t raw -D ISTIO_OUTPUT -p udp --sport 15053 -m owner --gid-owner 2 -j CT --zone 2 64 ip6tables -t raw -D ISTIO_OUTPUT -p udp --sport 15053 -m owner --gid-owner 2 -j CT --zone 2 65 iptables -t raw -D ISTIO_OUTPUT -p udp --dport 53 -d 127.0.0.53/32 -j CT --zone 2 66 iptables -t raw -D PREROUTING -p udp --sport 53 -s 127.0.0.53/32 -j CT --zone 1 67 ip6tables -t raw -D ISTIO_OUTPUT -p udp --dport 53 -d ::127.0.0.53/128 -j CT --zone 2 68 ip6tables -t raw -D PREROUTING -p udp --sport 53 -s ::127.0.0.53/128 -j CT --zone 1 69 iptables-save 70 ip6tables-save