Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handleInboundPortsInclude (0.14 sec)

  1. tools/istio-iptables/pkg/capture/run.go

    	b.WriteString(fmt.Sprintf("INVALID_DROP=%s\n", os.Getenv("INVALID_DROP")))
    	log.Infof("Istio iptables environment:\n%s", b.String())
    	cfg.cfg.Print()
    }
    
    func (cfg *IptablesConfigurator) handleInboundPortsInclude() {
    	// Handling of inbound ports. Traffic will be redirected to Envoy, which will process and forward
    	// to the local service. If not set, no inbound port will be intercepted by istio iptablesOrFail.
    	var table string
    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