Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DestinationPort (0.11 sec)

  1. pkg/proxy/iptables/proxier_test.go

    		addrtype := "not-matched"
    		if tracer.localIPs.Has(destIP) {
    			addrtype = "LOCAL"
    		}
    		if !rule.DestinationType.Matches(addrtype) {
    			return false
    		}
    	}
    	if rule.DestinationPort != nil && !rule.DestinationPort.Matches(destPort) {
    		return false
    	}
    
    	// Any rule that checks for past state/history does not match
    	if rule.AffinityCheck != nil || rule.MarkCheck != nil || rule.CTStateCheck != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
Back to top