From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Hunt Subject: Re: [PATCH v2 5/6] netfilter: tarpit: Add IPv6 support Date: Mon, 09 Jul 2012 12:28:20 -0500 Message-ID: <4FFB14B4.6040801@akamai.com> References: <1341771085-5771-1-git-send-email-johunt@akamai.com> <1341771085-5771-6-git-send-email-johunt@akamai.com> <4FFAE45D.6070603@akamai.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "netfilter-devel@vger.kernel.org" To: Jan Engelhardt Return-path: Received: from prod-mail-xrelay06.akamai.com ([96.6.114.98]:55231 "EHLO prod-mail-xrelay06.akamai.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750981Ab2GIR2W (ORCPT ); Mon, 9 Jul 2012 13:28:22 -0400 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: On 07/09/2012 11:58 AM, Jan Engelhardt wrote: > > On Monday 2012-07-09 16:02, Josh Hunt wrote: >> On 07/08/2012 02:36 PM, Jan Engelhardt wrote: >> >> I just sent a patch doing what you've requested above against the >> tarpit6 branch, and it builds fine now with Linus' latest git. >> However, I did not see the compat layer stuff to keep me from >> neededing #ifdefs. Perhaps I wasn't looking in the right spot. > > I thought I had added it, but that was xtnu_ipv6_find_hdr. > For TARPIT I had to add xtnu_ipv6_skip_exthdr, and did so now. Cool, thanks. > >> Also, please let me know if there are any issues with the libxt >> patch. I did not see it in the tarpit6 branch. > > I held it off; this is now all merged. > Awesome, thanks! I know this just got accepted to xtables-addons, but I was wondering what the process is to possibly get this merged into Linus' tree? I know I've seen some things go from xtables-addons to his tree, xt_TEE comes to mind. Is tarpitting (the concept) something that would be accepted? Josh