Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildInboundBlackhole (0.22 sec)

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

    	}
    
    	return filterChains
    }
    
    // buildInboundBlackhole builds a special filter chain for the virtual inbound matching traffic to the port the listener is actually on.
    // This avoids a possible loop where traffic sent to this port would continually call itself indefinitely.
    func buildInboundBlackhole(lb *ListenerBuilder) *listener.FilterChain {
    	var filters []*listener.Filter
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top