Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handleOutboundPortsInclude (0.29 sec)

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

    	}
    	for _, cidr := range ipv6RangesExclude.CIDRs {
    		cfg.ruleBuilder.AppendRuleV6(iptableslog.UndefinedCommand, constants.ISTIOOUTPUT, constants.NAT, "-d", cidr.String(), "-j", constants.RETURN)
    	}
    
    	cfg.handleOutboundPortsInclude()
    
    	cfg.handleOutboundIncludeRules(ipv4RangesInclude, cfg.ruleBuilder.AppendRuleV4, cfg.ruleBuilder.InsertRuleV4)
    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