OSDN Git Service

netfilter: x_tables: use pr ratelimiting in xt core
authorFlorian Westphal <fw@strlen.de>
Fri, 9 Feb 2018 14:52:00 +0000 (15:52 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 14 Feb 2018 20:05:33 +0000 (21:05 +0100)
commit1b6cd67191e16a66f69c9881d878204c3143f03f
treec1384b21cd7fa87a38ef0ae5af5de8513eca35d6
parent0cc9501f94592125b2012452c57054b8215bcf33
netfilter: x_tables: use pr ratelimiting in xt core

most messages are converted to info, since they occur in response to
wrong usage.

Size mismatch however is a real error (xtables ABI bug) that should not
occur.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/x_tables.c