Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for captureMode (0.2 sec)

  1. pilot/pkg/networking/core/listener.go

    		if noneMode {
    			// do not care what the listener's capture mode setting is. The proxy does not use iptables
    			bind.bindToPort = true
    		} else if egressListener.IstioListener != nil {
    			if egressListener.IstioListener.CaptureMode == networking.CaptureMode_NONE {
    				// proxy uses iptables redirect or tproxy. IF mode is not set
    				// for older proxies, it defaults to iptables redirect.  If the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_test.go

    					Hosts: []string{"default/*"},
    					Port: &networking.SidecarPort{
    						Number:   15080,
    						Protocol: "HTTP_PROXY",
    						Name:     "15080",
    					},
    					Bind:        "127.0.0.1",
    					CaptureMode: networking.CaptureMode_NONE,
    				},
    			},
    		},
    	}
    	services := []*model.Service{buildService("httpbin.com", wildcardIPv4, protocol.HTTP, tnow.Add(1*time.Second))}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
Back to top