Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dumpRegexp (0.25 sec)

  1. pkg/proxy/nftables/helpers_test.go

    				match := jumpRegexp.FindStringSubmatch(rule)
    				rule = strings.TrimPrefix(rule, match[0])
    
    				tracer.matches = append(tracer.matches, ruleObj.Rule)
    				tracer.markMasq = true
    
    			case jumpRegexp.MatchString(rule):
    				// `^(jump|goto) (\S+)$`
    				// Jumps to another chain.
    				match := jumpRegexp.FindStringSubmatch(rule)
    				rule = strings.TrimPrefix(rule, match[0])
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
Back to top