xt_TARPIT: unlock for use with all tables

This commit is contained in:
Jan Engelhardt
2011-06-01 01:37:05 +02:00
parent 2b590a35fd
commit 6f730f3ab2

View File

@@ -285,7 +285,6 @@ static struct xt_target tarpit_tg_reg __read_mostly = {
.name = "TARPIT",
.revision = 0,
.family = NFPROTO_IPV4,
.table = "filter",
.hooks = (1 << NF_INET_LOCAL_IN) | (1 << NF_INET_FORWARD),
.proto = IPPROTO_TCP,
.target = tarpit_tg,