fix proxier_test.go hasJump()

This commit is contained in:
m1093782566
2016-11-02 19:25:07 +08:00
parent 2f4cdd3f7e
commit 315c8359cf
2 changed files with 149 additions and 20 deletions

View File

@@ -100,7 +100,7 @@ func getToken(line, seperator string) string {
return ""
}
// GetChain returns a list of rules for the givne chain.
// GetChain returns a list of rules for the given chain.
// The chain name must match exactly.
// The matching is pretty dumb, don't rely on it for anything but testing.
func (f *FakeIPTables) GetRules(chainName string) (rules []Rule) {