diff --git a/iptables/iptables.go b/iptables/iptables.go index b058995..be7840c 100644 --- a/iptables/iptables.go +++ b/iptables/iptables.go @@ -50,6 +50,7 @@ var isNotExistPatterns = []string{ "No chain/target/match by that name.\n", "No such file or directory", "does not exist", + "Couldn't find target", } // IsNotExist returns true if the error is due to the chain or rule not existing