commit | 0cc9501f94592125b2012452c57054b8215bcf33 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Fri Feb 09 15:51:59 2018 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Feb 14 21:05:33 2018 +0100 |
tree | a7e5cbae8675ddad10c41535f61315647b15fcb2 | |
parent | db93a3632b0f8773a3899e04a3a3e0aa7a26eb46 [diff] |
netfilter: x_tables: remove pr_info where possible remove several pr_info messages that cannot be triggered with iptables, the check is only to ensure input is sane. iptables(8) already prints error messages in these cases. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>