Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for KubevirtCommand (0.14 sec)

  1. tools/istio-iptables/pkg/log/command.go

    	IncludeInboundPort      = Command{"IncludeInboundPort", "include inbound port for capture"}
    	InboundCapture          = Command{"InboundCapture", "redirect inbound request to proxy"}
    	KubevirtCommand         = Command{"KubevirtCommand", "Kubevirt outbound redirect"}
    	ExcludeInterfaceCommand = Command{"ExcludeInterfaceCommand", "Excluded interface"}
    	UndefinedCommand        = Command{"UndefinedCommand", ""}
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 15 16:33:57 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  2. 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