Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsIPv6Address (0.15 sec)

  1. pilot/pkg/networking/core/cluster.go

    				if endpointAddress == "" {
    					endpointAddress = model.LocalhostAddressPrefix
    				}
    			} else if hostIP == model.PodIPv6AddressPrefix {
    				for _, proxyIPAddr := range cb.proxyIPAddresses {
    					if netutil.IsIPv6Address(proxyIPAddr) {
    						endpointAddress = proxyIPAddr
    						break
    					}
    				}
    				// if there is no any IPv6 address in proxyIPAddresses
    				if endpointAddress == "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
Back to top