From: Jan Engelhardt Date: Tue, 31 May 2011 23:37:05 +0000 (+0200) Subject: xt_TARPIT: unlock for use with all tables X-Git-Tag: v1.36~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f730f3ab2b08991dc25ef62b0370c8d0b45bb9e;p=thirdparty%2Fxtables-addons.git xt_TARPIT: unlock for use with all tables --- diff --git a/extensions/xt_TARPIT.c b/extensions/xt_TARPIT.c index d807180..fd1a031 100644 --- a/extensions/xt_TARPIT.c +++ b/extensions/xt_TARPIT.c @@ -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,