Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetServerNames (0.93 sec)

  1. pilot/pkg/simulation/traffic.go

    		}
    		return f
    	})
    	chains = filter("ServerNames", chains, func(fc *listener.FilterChainMatch) bool {
    		return fc.GetServerNames() == nil
    	}, func(fc *listener.FilterChainMatch) bool {
    		sni := host.Name(input.Sni)
    		for _, s := range fc.GetServerNames() {
    			if sni.SubsetOf(host.Name(s)) {
    				return true
    			}
    		}
    		return false
    	})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top