Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetPortNumber (0.12 sec)

  1. pilot/pkg/networking/core/envoyfilter/listener_patch.go

    	// we will handle this in the proper listener match.
    	if isVirtual && lMatch.GetPortNumber() > 0 && fc.GetFilterChainMatch().GetDestinationPort().GetValue() != lMatch.GetPortNumber() {
    		return false
    	}
    
    	match := lMatch.FilterChain
    	if match == nil {
    		return true
    	}
    	if match.Name != "" {
    		if match.Name != fc.Name {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 15:39:29 UTC 2024
    - 26.7K bytes
    - Viewed (0)
Back to top