Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 85 for maglev (0.28 sec)

  1. releasenotes/notes/40142.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 16 14:09:37 UTC 2022
    - 166 bytes
    - Viewed (0)
  2. 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)
  3. src/cmd/internal/pkgpath/pkgpath.go

    	// file and examine the assembly code. Older versions of gccgo
    	// use a simple mangling scheme where there can be collisions
    	// between packages whose paths are different but mangle to
    	// the same string. More recent versions use a new mangler
    	// that avoids these collisions.
    	const filepat = "*_gccgo_manglechck.go"
    	f, err := os.CreateTemp(tmpdir, filepat)
    	if err != nil {
    		return nil, err
    	}
    	gofilename := f.Name()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 20 02:13:02 UTC 2022
    - 4.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go

    	Omcasts    uint32
    	Iqdrops    uint32
    	Noproto    uint32
    	Lastchange Timeval32
    }
    
    type IfaMsghdr struct {
    	Msglen  uint16
    	Version uint8
    	Type    uint8
    	Addrs   int32
    	Flags   int32
    	Index   uint16
    	Metric  int32
    }
    
    type RtMsghdr struct {
    	Msglen  uint16
    	Version uint8
    	Type    uint8
    	Index   uint16
    	Flags   int32
    	Addrs   int32
    	Pid     int32
    	Seq     int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  5. src/html/template/context.go

    		c.jsCtx == d.jsCtx &&
    		c.attr == d.attr &&
    		c.element == d.element &&
    		c.err == d.err
    }
    
    // mangle produces an identifier that includes a suffix that distinguishes it
    // from template names mangled with different contexts.
    func (c context) mangle(templateName string) string {
    	// The mangled name for the default context is the input templateName.
    	if c.state == stateText {
    		return templateName
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top