netfilter: nf_conntrack: remove net_ratelimit() for LOG_INVALID()
authorPatrick McHardy <kaber@trash.net>
Sun, 28 Jul 2013 20:54:07 +0000 (22:54 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 31 Jul 2013 14:37:27 +0000 (16:37 +0200)
Logging of invalid packets has to be explicitly enabled. Rate-limiting these
messages is inconsistent with other netfilter logging features and makes
debugging harder.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

No differences found