Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for maglev (0.15 sec)

  1. src/internal/coverage/cfile/testdata/harness.go

    			}
    		}
    		if !found {
    			log.Fatalf("%s emit to bad dir: got error:\n  %v\nwanted error with one of:\n  %+v", which, got, want)
    		}
    	}
    
    	// Mangle the output directory to produce something nonexistent.
    	mangled := *outdirflag + "_MANGLED"
    	if err := coverage.WriteMetaDir(mangled); err == nil {
    		log.Fatal("expected error from WriteMetaDir to nonexistent dir")
    	} else {
    		got := fmt.Sprintf("%v", err)
    		checkWant("meta data", got)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 19:41:02 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. cni/pkg/iptables/testdata/default_ipv6.golden

    iptables -t mangle -N ISTIO_PRERT
    iptables -t nat -N ISTIO_OUTPUT
    iptables -t mangle -N ISTIO_OUTPUT
    iptables -t mangle -A PREROUTING -j ISTIO_PRERT
    iptables -t mangle -A OUTPUT -j ISTIO_OUTPUT
    iptables -t nat -A OUTPUT -j ISTIO_OUTPUT
    iptables -t mangle -A ISTIO_PRERT -m mark --mark 0x539/0xfff -j CONNMARK --set-xmark 0x111/0xfff
    iptables -t mangle -A ISTIO_PRERT -s 169.254.7.127 -p tcp -m tcp -j ACCEPT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 20:16:04 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  3. tools/istio-iptables/pkg/capture/testdata/inbound-ports-tproxy.golden

    iptables -t mangle -A ISTIO_TPROXY ! -d 127.0.0.1/32 -p tcp -j TPROXY --tproxy-mark 1337/0xffffffff --on-port 15006
    iptables -t mangle -A PREROUTING -p tcp -j ISTIO_INBOUND
    iptables -t mangle -A ISTIO_INBOUND -p tcp --dport 32000 -m conntrack --ctstate RELATED,ESTABLISHED -j ISTIO_DIVERT
    iptables -t mangle -A ISTIO_INBOUND -p tcp --dport 32000 -j ISTIO_TPROXY
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  4. tools/istio-clean-iptables/pkg/cmd/testdata/empty.golden

    iptables -t mangle -D PREROUTING -p tcp -j ISTIO_INBOUND
    iptables -t nat -D OUTPUT -p tcp -j ISTIO_OUTPUT
    iptables -t nat -F ISTIO_OUTPUT
    iptables -t nat -X ISTIO_OUTPUT
    iptables -t nat -F ISTIO_INBOUND
    iptables -t nat -X ISTIO_INBOUND
    iptables -t mangle -F ISTIO_INBOUND
    iptables -t mangle -X ISTIO_INBOUND
    iptables -t mangle -F ISTIO_DIVERT
    iptables -t mangle -X ISTIO_DIVERT
    iptables -t mangle -F ISTIO_TPROXY
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. tools/istio-clean-iptables/pkg/cmd/testdata/outbound-owner-groups.golden

    iptables -t mangle -D PREROUTING -p tcp -j ISTIO_INBOUND
    iptables -t nat -D OUTPUT -p tcp -j ISTIO_OUTPUT
    iptables -t nat -F ISTIO_OUTPUT
    iptables -t nat -X ISTIO_OUTPUT
    iptables -t nat -F ISTIO_INBOUND
    iptables -t nat -X ISTIO_INBOUND
    iptables -t mangle -F ISTIO_INBOUND
    iptables -t mangle -X ISTIO_INBOUND
    iptables -t mangle -F ISTIO_DIVERT
    iptables -t mangle -X ISTIO_DIVERT
    iptables -t mangle -F ISTIO_TPROXY
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. tools/istio-clean-iptables/pkg/cmd/testdata/outbound-owner-groups-exclude.golden

    iptables -t mangle -D PREROUTING -p tcp -j ISTIO_INBOUND
    iptables -t nat -D OUTPUT -p tcp -j ISTIO_OUTPUT
    iptables -t nat -F ISTIO_OUTPUT
    iptables -t nat -X ISTIO_OUTPUT
    iptables -t nat -F ISTIO_INBOUND
    iptables -t nat -X ISTIO_INBOUND
    iptables -t mangle -F ISTIO_INBOUND
    iptables -t mangle -X ISTIO_INBOUND
    iptables -t mangle -F ISTIO_DIVERT
    iptables -t mangle -X ISTIO_DIVERT
    iptables -t mangle -F ISTIO_TPROXY
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  7. tools/istio-clean-iptables/pkg/cmd/testdata/inbound-interception-mode.golden

    ip6tables -t nat -F ISTIO_INBOUND
    ip6tables -t nat -X ISTIO_INBOUND
    ip6tables -t mangle -F ISTIO_INBOUND
    ip6tables -t mangle -X ISTIO_INBOUND
    ip6tables -t mangle -F ISTIO_DIVERT
    ip6tables -t mangle -X ISTIO_DIVERT
    ip6tables -t mangle -F ISTIO_TPROXY
    ip6tables -t mangle -X ISTIO_TPROXY
    ip6tables -t mangle -D PREROUTING -p tcp -m mark --mark 1337 -j CONNMARK --save-mark
    ip6tables -t mangle -D OUTPUT -p tcp -m connmark --mark 1337 -j CONNMARK --restore-mark
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  8. tools/istio-clean-iptables/pkg/cmd/testdata/dns.golden

    iptables -t mangle -D PREROUTING -p tcp -j ISTIO_INBOUND
    iptables -t nat -D OUTPUT -p tcp -j ISTIO_OUTPUT
    iptables -t nat -F ISTIO_OUTPUT
    iptables -t nat -X ISTIO_OUTPUT
    iptables -t nat -F ISTIO_INBOUND
    iptables -t nat -X ISTIO_INBOUND
    iptables -t mangle -F ISTIO_INBOUND
    iptables -t mangle -X ISTIO_INBOUND
    iptables -t mangle -F ISTIO_DIVERT
    iptables -t mangle -X ISTIO_DIVERT
    iptables -t mangle -F ISTIO_TPROXY
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. tools/istio-iptables/pkg/capture/testdata/inbound-ports-wildcard-tproxy.golden

    iptables -t mangle -A PREROUTING -p tcp -m mark --mark 1337 -j CONNMARK --save-mark
    iptables -t mangle -A OUTPUT -p tcp -o lo -m mark --mark 1337 -j RETURN
    iptables -t mangle -A OUTPUT ! -d 127.0.0.1/32 -p tcp -o lo -m owner --uid-owner 1337 -j MARK --set-mark 1338
    iptables -t mangle -A OUTPUT ! -d 127.0.0.1/32 -p tcp -o lo -m owner --gid-owner 1337 -j MARK --set-mark 1338
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  10. tools/istio-iptables/pkg/capture/testdata/tproxy.golden

    iptables -t mangle -I ISTIO_INBOUND 1 -p tcp -m mark --mark 1337 -j RETURN
    iptables -t mangle -I ISTIO_INBOUND 2 -p tcp -s 127.0.0.6/32 -i lo -j RETURN
    iptables -t mangle -I ISTIO_INBOUND 3 -p tcp -i lo -m mark ! --mark 1338 -j RETURN
    ip6tables -t nat -N ISTIO_INBOUND
    ip6tables -t nat -N ISTIO_REDIRECT
    ip6tables -t nat -N ISTIO_IN_REDIRECT
    ip6tables -t mangle -N ISTIO_DIVERT
    ip6tables -t mangle -N ISTIO_TPROXY
    ip6tables -t mangle -N ISTIO_INBOUND
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 03:53:23 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top