From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: NF [PATCH 3/4] xt_TCPOPTSTRIP Date: Tue, 27 Nov 2007 16:25:40 +0100 Message-ID: <474C36F4.7000904@trash.net> References: <474A74C5.8050609@trash.net> <474AF214.4090301@trash.net> <474C0F79.6050105@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Developer Mailing List , Sven Schnelle To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:64832 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756433AbXK0PZt (ORCPT ); Tue, 27 Nov 2007 10:25:49 -0500 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org Jan Engelhardt wrote: > On Nov 27 2007 13:37, Patrick McHardy wrote: >>>> >>>>> If you quilt/stgit, just replace the patch. >>>>> >>>> What are the changes? >>>> >>> The name unification thing is one thing for sure. A diff would tell. >> I merged the parts that make sense. This is the patch I have queued now. >> > Looks fine, thanks. > BTW, what are the criteria that cause the tcpoptstrip_tg6 to be wrapped > into a #ifdef CONFIG_IP6_NF_TABLES? Dependency on IPv6 functions. CONFIG_IP6_NF_TABLES implies CONFIG_IPV6.