Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for passthroughBindIPs (0.14 sec)

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

    		// more than one IP for the proxy.
    		if features.EnableDualStack && len(cb.passThroughBindIPs) > 1 {
    			// add extra source addresses to cluster builder
    			var extraSrcAddrs []*core.ExtraSourceAddress
    			for _, extraBdIP := range cb.passThroughBindIPs[1:] {
    				extraSrcAddr := &core.ExtraSourceAddress{
    					Address: &core.SocketAddress{
    						Address: extraBdIP,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
Back to top