X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/42dae9aeec781a3f02a87673e7b64d20facb9659..e91f4bbf73b2117374ce030959f75b7c7d8fae4a:/functions.m4 diff --git a/functions.m4 b/functions.m4 index b2e3cb6..fd24364 100644 --- a/functions.m4 +++ b/functions.m4 @@ -85,7 +85,7 @@ clearchain () { *:*) table=${chain%:*} chain=${chain#*:} ;; *) table=filter ;; esac - run ip46tables -t $table -N $chain + run ip46tables -t $table -N $chain 2>/dev/null || : done }