mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 20:55:13 +02:00
TARPIT: enable IPv6 userspace support
Signed-off-by: Josh Hunt <johunt@akamai.com>
This commit is contained in:

committed by
Jan Engelhardt

parent
06b82c649d
commit
af940bcbae
@@ -106,7 +106,7 @@ static void tarpit_tg_save(const void *ip,
|
|||||||
static struct xtables_target tarpit_tg_reg = {
|
static struct xtables_target tarpit_tg_reg = {
|
||||||
.version = XTABLES_VERSION,
|
.version = XTABLES_VERSION,
|
||||||
.name = "TARPIT",
|
.name = "TARPIT",
|
||||||
.family = NFPROTO_IPV4,
|
.family = NFPROTO_UNSPEC,
|
||||||
.size = XT_ALIGN(sizeof(struct xt_tarpit_tginfo)),
|
.size = XT_ALIGN(sizeof(struct xt_tarpit_tginfo)),
|
||||||
.userspacesize = XT_ALIGN(sizeof(struct xt_tarpit_tginfo)),
|
.userspacesize = XT_ALIGN(sizeof(struct xt_tarpit_tginfo)),
|
||||||
.help = tarpit_tg_help,
|
.help = tarpit_tg_help,
|
||||||
|
Reference in New Issue
Block a user