]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
xt_TARPIT: unlock for use with all tables
authorJan Engelhardt <jengelh@medozas.de>
Tue, 31 May 2011 23:37:05 +0000 (01:37 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 31 May 2011 23:37:05 +0000 (01:37 +0200)
extensions/xt_TARPIT.c

index d807180363a084c64122fc9ea77831ceba905ec6..fd1a031699293f456297126fa8ce3523eb2259e7 100644 (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,