Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DualStack (0.07 sec)

  1. pkg/proxy/winkernel/proxier.go

    }
    
    func isOverlay(hnsNetworkInfo *hnsNetworkInfo) bool {
    	return strings.EqualFold(hnsNetworkInfo.networkType, NETWORK_TYPE_OVERLAY)
    }
    
    // StackCompatTester tests whether the required kernel and network are dualstack capable
    type StackCompatTester interface {
    	DualStackCompatible(networkName string) bool
    }
    
    type DualStackCompatTester struct{}
    
    func (t DualStackCompatTester) DualStackCompatible(networkName string) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener.go

    				log.Warnf("buildSidecarOutboundListeners: skipping sidecar port %d for node %s as it conflicts with static listener",
    					egressListener.IstioListener.Port.Number, node.ID)
    				continue
    			}
    
    			// TODO: dualstack wildcards
    
    			for _, service := range services {
    				listenerOpts := outboundListenerOpts{
    					push:    push,
    					proxy:   node,
    					bind:    bind,
    					port:    listenPort,
    					service: service,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top