Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for Option (0.06 sec)

  1. pkg/proxy/iptables/proxier_test.go

    	return true
    }
    
    // runChain runs the given packet through the rules in the given table and chain, updating
    // tracer's internal state accordingly. It returns true if it hits a terminal action.
    func (tracer *iptablesTracer) runChain(table utiliptables.Table, chain utiliptables.Chain, sourceIP, protocol, destIP, destPort string) bool {
    	c, _ := tracer.ipt.Dump.GetChain(table, chain)
    	if c == nil {
    		return false
    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