Commit 315c8359 authored by m1093782566's avatar m1093782566

fix proxier_test.go hasJump()

parent 2f4cdd3f
...@@ -100,7 +100,7 @@ func getToken(line, seperator string) string { ...@@ -100,7 +100,7 @@ func getToken(line, seperator string) string {
return "" 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 chain name must match exactly.
// The matching is pretty dumb, don't rely on it for anything but testing. // The matching is pretty dumb, don't rely on it for anything but testing.
func (f *FakeIPTables) GetRules(chainName string) (rules []Rule) { func (f *FakeIPTables) GetRules(chainName string) (rules []Rule) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment