Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CIDRSet (0.33 sec)

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

    				continue
    			}
    
    			if s == "*" {
    				continue
    			}
    			res.Insert(prefix.Masked().String())
    		}
    		return res
    	}
    	return cidrSet(a.destinationCIDRs).Equals(cidrSet(b.destinationCIDRs))
    }
    
    func (chain *filterChainOpts) toFilterChainMatch() *listener.FilterChainMatch {
    	if chain.isMatchAll() {
    		return nil
    	}
    	match := &listener.FilterChainMatch{
    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