From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 06/10] netfilter: xtables: merge xt_NOTRACK into xt_CT Date: Tue, 16 Mar 2010 18:18:45 +0100 Message-ID: <4B9FBD75.3070205@trash.net> References: <1268703135-2622-1-git-send-email-jengelh@medozas.de> <1268703135-2622-7-git-send-email-jengelh@medozas.de> <4B9FB972.7010207@trash.net> 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]:38137 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759822Ab0CPRSs (ORCPT ); Tue, 16 Mar 2010 13:18:48 -0400 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jan Engelhardt wrote: > On Tuesday 2010-03-16 18:01, Patrick McHardy wrote: >> Jan Engelhardt wrote: >>> --- >>> net/netfilter/Kconfig | 21 +++++------------ >>> net/netfilter/Makefile | 1 - >>> net/netfilter/xt_CT.c | 54 ++++++++++++++++++++++++++++++++++--------- >>> net/netfilter/xt_NOTRACK.c | 53 ------------------------------------------- >>> 4 files changed, 48 insertions(+), 81 deletions(-) >>> delete mode 100644 net/netfilter/xt_NOTRACK.c >> Since CT is supposed to obsolete NOTRACK, I don't want to merge >> these two. Better schedule it for removal in one or two years. > > Ok, perfect. Just skip this patch then for now. (Should I update the git > branch?) Yes please. > I'll send you another patch later on documenting the fact in > Documentation/feature-removal-schedule.txt in one of the next > microrounds. Thanks.