Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 137 for 8128 (0.05 sec)

  1. tools/istio-iptables/pkg/capture/testdata/tproxy.golden

    ip6tables -t nat -A ISTIO_OUTPUT -o lo -s ::6/128 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -o lo ! -d ::1/128 -p tcp -m multiport ! --dports 53,15008 -m owner --uid-owner 1337 -j ISTIO_IN_REDIRECT
    ip6tables -t nat -A ISTIO_OUTPUT -o lo -p tcp ! --dport 53 -m owner ! --uid-owner 1337 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -m owner --uid-owner 1337 -j RETURN
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 03:53:23 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  2. tools/istio-iptables/pkg/capture/testdata/ipv6-ipnets.golden

    ip6tables -t nat -A ISTIO_OUTPUT -o lo -s ::6/128 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -o lo ! -d ::1/128 -p tcp ! --dport 15008 -m owner --uid-owner 1337 -j ISTIO_IN_REDIRECT
    ip6tables -t nat -A ISTIO_OUTPUT -o lo -m owner ! --uid-owner 1337 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -m owner --uid-owner 1337 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -o lo ! -d ::1/128 -p tcp ! --dport 15008 -m owner --gid-owner 1337 -j ISTIO_IN_REDIRECT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 03:53:23 UTC 2024
    - 3K bytes
    - Viewed (0)
  3. tools/istio-iptables/pkg/capture/testdata/ipv6-dns-outbound-owner-groups.golden

    ip6tables -t nat -A ISTIO_OUTPUT -o lo -s ::6/128 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -o lo ! -d ::1/128 -p tcp -m multiport ! --dports 53,15008 -m owner --uid-owner 1337 -j ISTIO_IN_REDIRECT
    ip6tables -t nat -A ISTIO_OUTPUT -o lo -p tcp ! --dport 53 -m owner ! --uid-owner 1337 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -m owner --uid-owner 1337 -j RETURN
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  4. tools/istio-iptables/pkg/capture/testdata/ipv6-uid-gid.golden

    ip6tables -t nat -A ISTIO_OUTPUT -o lo -s ::6/128 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -o lo ! -d ::1/128 -p tcp ! --dport 15008 -m owner --uid-owner 3 -j ISTIO_IN_REDIRECT
    ip6tables -t nat -A ISTIO_OUTPUT -o lo -m owner ! --uid-owner 3 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -m owner --uid-owner 3 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -o lo ! -d ::1/128 -p tcp ! --dport 15008 -m owner --uid-owner 4 -j ISTIO_IN_REDIRECT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 03:53:23 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  5. tools/istio-iptables/pkg/capture/testdata/ipv6-dns-uid-gid.golden

    ip6tables -t nat -A ISTIO_OUTPUT -o lo -s ::6/128 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -o lo ! -d ::1/128 -p tcp -m multiport ! --dports 53,15008 -m owner --uid-owner 3 -j ISTIO_IN_REDIRECT
    ip6tables -t nat -A ISTIO_OUTPUT -o lo -p tcp ! --dport 53 -m owner ! --uid-owner 3 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -m owner --uid-owner 3 -j RETURN
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. tools/istio-iptables/pkg/capture/testdata/dns-uid-gid.golden

    ip6tables -t nat -A ISTIO_OUTPUT -o lo -s ::6/128 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -o lo ! -d ::1/128 -p tcp -m multiport ! --dports 53,15008 -m owner --uid-owner 3 -j ISTIO_IN_REDIRECT
    ip6tables -t nat -A ISTIO_OUTPUT -o lo -p tcp ! --dport 53 -m owner ! --uid-owner 3 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -m owner --uid-owner 3 -j RETURN
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  7. tools/istio-iptables/pkg/capture/testdata/ipv6-dns-outbound-owner-groups-exclude.golden

    ip6tables -t nat -A ISTIO_OUTPUT -o lo -s ::6/128 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -o lo ! -d ::1/128 -p tcp -m multiport ! --dports 53,15008 -m owner --uid-owner 1337 -j ISTIO_IN_REDIRECT
    ip6tables -t nat -A ISTIO_OUTPUT -o lo -p tcp ! --dport 53 -m owner ! --uid-owner 1337 -j RETURN
    ip6tables -t nat -A ISTIO_OUTPUT -m owner --uid-owner 1337 -j RETURN
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  8. src/runtime/netpoll_wasip1.go

    	// timeout field needs to be submitted. Reserve a slot here for the clock
    	// subscription, and set fields that won't change between poll_oneoff calls.
    
    	subs = make([]subscription, 1, 128)
    	evts = make([]event, 0, 128)
    	pds = make([]*pollDesc, 0, 128)
    
    	timeout := &subs[0]
    	eventtype := timeout.u.eventtype()
    	*eventtype = eventtypeClock
    	clock := timeout.u.subscriptionClock()
    	clock.id = clockMonotonic
    	clock.precision = 1e3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 18:23:49 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/ARM.rules

    			(MOVBstore dst (MOVBUload src mem) mem)))
    
    // Medium move uses a duff device
    // 8 and 128 are magic constants, see runtime/mkduff.go
    (Move [s] {t} dst src mem)
    	&& s%4 == 0 && s > 4 && s <= 512
    	&& t.Alignment()%4 == 0 && !config.noDuffDevice && logLargeCopy(v, s) =>
    	(DUFFCOPY [8 * (128 - s/4)] dst src mem)
    
    // Large move uses a loop
    (Move [s] {t} dst src mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 90.1K bytes
    - Viewed (0)
  10. tools/istio-iptables/pkg/capture/run.go

    // for IPv6 but not IPv4, as IPv4 defaults to `netmask 255.0.0.0`, which allows binding to addresses
    // in the 127.x.y.z range, while IPv6 defaults to `prefixlen 128` which allows binding only to ::1.
    // Equivalent to `ip -6 addr add "::6/128" dev lo`
    func configureIPv6Addresses(cfg *config.Config) error {
    	if !cfg.EnableIPv6 {
    		return nil
    	}
    	link, err := netlink.LinkByName("lo")
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 03:53:23 UTC 2024
    - 35.4K bytes
    - Viewed (0)
Back to top