Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for replaceVersionSpecific (0.2 sec)

  1. tools/istio-iptables/pkg/builder/iptables_builder_impl.go

    	rb.AppendRuleV4(command, chain, table, replaceVersionSpecific(ipv4, params...)...)
    	rb.AppendRuleV6(command, chain, table, replaceVersionSpecific(ipv6, params...)...)
    }
    
    func replaceVersionSpecific(contents string, inputs ...string) []string {
    	res := make([]string, 0, len(inputs))
    	for _, i := range inputs {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 14:29:54 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top