From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 1/4] netfilter: xtables: move ipt_ecn to xt_ecn Date: Thu, 16 Jun 2011 17:21:04 +0200 Message-ID: <4DFA1F60.7080704@trash.net> References: <1307651037-20520-1-git-send-email-jengelh@medozas.de> <1307651037-20520-2-git-send-email-jengelh@medozas.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@vger.kernel.org To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:59884 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757208Ab1FPPVF (ORCPT ); Thu, 16 Jun 2011 11:21:05 -0400 In-Reply-To: <1307651037-20520-2-git-send-email-jengelh@medozas.de> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On 09.06.2011 22:23, Jan Engelhardt wrote: > --- a/net/ipv4/netfilter/Kconfig > +++ b/net/ipv4/netfilter/Kconfig > @@ -76,11 +76,11 @@ config IP_NF_MATCH_AH > config IP_NF_MATCH_ECN > tristate '"ecn" match support' > depends on NETFILTER_ADVANCED > - help > - This option adds a `ECN' match, which allows you to match against > - the IPv4 and TCP header ECN fields. > - > - To compile it as a module, choose M here. If unsure, say N. > + select NETFILTER_XT_MATCH_ECN > + ---help--- > + This is a backwards-compat option for the user's convenience > + (e.g. when running oldconfig). It selects > + CONFIG_NETFILTER_XT_MATCH_ECN. > Did this work? I've tried myself, but it would still show the new option.