| Submitter | Josh Hunt |
|---|---|
| Date | July 8, 2012, 6:11 p.m. |
| Message ID | <1341771085-5771-7-git-send-email-johunt@akamai.com> |
| Download | mbox | patch |
| Permalink | /patch/169655/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/extensions/libxt_TARPIT.c b/extensions/libxt_TARPIT.c index 59c190f..6b65b09 100644 --- a/extensions/libxt_TARPIT.c +++ b/extensions/libxt_TARPIT.c @@ -106,7 +106,7 @@ static void tarpit_tg_save(const void *ip, static struct xtables_target tarpit_tg_reg = { .version = XTABLES_VERSION, .name = "TARPIT", - .family = NFPROTO_IPV4, + .family = NFPROTO_UNSPEC, .size = XT_ALIGN(sizeof(struct xt_tarpit_tginfo)), .userspacesize = XT_ALIGN(sizeof(struct xt_tarpit_tginfo)), .help = tarpit_tg_help,
Enables userspace IPv6 tarpit support. Signed-off-by: Josh Hunt <johunt@akamai.com> --- extensions/libxt_TARPIT.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)