Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkIPTablesRuleJumps (0.16 sec)

  1. pkg/proxy/iptables/proxier_test.go

    		if len(match) == 2 {
    			allMatches.Insert(match[1])
    		}
    	}
    	return sets.List(allMatches)
    }
    
    // checkIPTablesRuleJumps checks that every `-j` in the given rules jumps to a chain
    // that we created and added rules to
    func checkIPTablesRuleJumps(ruleData string) error {
    	tables, err := parseIPTablesData(ruleData)
    	if err != nil {
    		return err
    	}
    
    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