Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 85 for maglev (0.21 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. cni/pkg/iptables/testdata/default.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: Fri Jan 26 20:34:28 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. tools/istio-clean-iptables/pkg/cmd/testdata/dns-uid-gid.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
    - 4.1K bytes
    - Viewed (0)
  7. tools/istio-clean-iptables/pkg/cmd/cleanup.go

    	flushAndDeleteChains(ext, iptV, constants.NAT, chains)
    	// Flush and delete the istio chains from MANGLE table.
    	chains = []string{constants.ISTIOINBOUND, constants.ISTIODIVERT, constants.ISTIOTPROXY}
    	flushAndDeleteChains(ext, iptV, constants.MANGLE, chains)
    
    	if cfg.InboundInterceptionMode == constants.TPROXY {
    		DeleteRule(ext, iptV, constants.MANGLE, constants.PREROUTING,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  8. src/main/java/jcifs/util/Strings.java

         * @param bufferIndex
         * @param maxLen
         * @return position of terminating null bytes
         */
        public static int findUNITermination ( byte[] buffer, int bufferIndex, int maxLen ) {
            int len = 0;
            while ( buffer[ bufferIndex + len ] != (byte) 0x00 || buffer[ bufferIndex + len + 1 ] != (byte) 0x00 ) {
                len += 2;
                if ( len > maxLen ) {
                    if ( log.isDebugEnabled() ) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  9. src/cmd/internal/pkgpath/pkgpath_test.go

    	testenv.MustHaveExec(t)
    
    	const input = "pä世🜃"
    	tests := []struct {
    		env     string
    		fail    bool
    		mangled string
    	}{
    		{
    			env:     "v1",
    			mangled: "p___",
    		},
    		{
    			env:     "v2",
    			mangled: "p..u00e4..u4e16..U0001f703",
    		},
    		{
    			env:     "v3",
    			mangled: "p_u00e4_u4e16_U0001f703",
    		},
    		{
    			env:  "error",
    			fail: true,
    		},
    	}
    
    	cmd := os.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 27 18:26:59 UTC 2022
    - 2.9K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/net/http2/hpack/huffman.go

    // Huffman-encoded strings.
    var ErrInvalidHuffman = errors.New("hpack: invalid Huffman-encoded data")
    
    // huffmanDecode decodes v to buf.
    // If maxLen is greater than 0, attempts to write more to buf than
    // maxLen bytes will return ErrStringLength.
    func huffmanDecode(buf *bytes.Buffer, maxLen int, v []byte) error {
    	rootHuffmanNode := getRootHuffmanNode()
    	n := rootHuffmanNode
    	// cur is the bit buffer that has not been fed into n.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 05 19:54:32 UTC 2022
    - 5.8K bytes
    - Viewed (0)
Back to top