Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for internalinterfaces (0.51 sec)

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

    		appendRule(iptableslog.UndefinedCommand, constants.ISTIOOUTPUT, constants.NAT, "-j", constants.ISTIOREDIRECT)
    		for _, internalInterface := range split(cfg.cfg.KubeVirtInterfaces) {
    			insert(iptableslog.KubevirtCommand,
    				constants.PREROUTING, constants.NAT, 1, "-i", internalInterface, "-j", constants.ISTIOREDIRECT)
    		}
    	} else if len(rangeInclude.CIDRs) > 0 {
    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