Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HandleDNSUDP (0.1 sec)

  1. tools/istio-iptables/pkg/capture/run.go

    	return f
    }
    
    func (f UDPRuleApplier) WithTable(table string) UDPRuleApplier {
    	f.table = table
    	return f
    }
    
    // HandleDNSUDP is a helper function to tackle with DNS UDP specific operations.
    // This helps the creation logic of DNS UDP rules in sync with the deletion.
    func HandleDNSUDP(
    	ops Ops, iptables *builder.IptablesRuleBuilder, ext dep.Dependencies,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 03:53:23 UTC 2024
    - 35.4K bytes
    - Viewed (0)
Back to top