From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751812AbZJTJ4S (ORCPT ); Tue, 20 Oct 2009 05:56:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751687AbZJTJ4R (ORCPT ); Tue, 20 Oct 2009 05:56:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42868 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750776AbZJTJ4R (ORCPT ); Tue, 20 Oct 2009 05:56:17 -0400 Message-ID: <4ADD89D7.3050902@redhat.com> Date: Tue, 20 Oct 2009 17:58:47 +0800 From: Cong Wang User-Agent: Thunderbird 2.0.0.23 (X11/20091001) MIME-Version: 1.0 To: =?ISO-8859-2?Q?Krzysztof_Ol=EAdzki?= CC: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, akpm@linux-foundation.org, netfilter-devel@vger.kernel.org Subject: Re: [Patch] (updated) netfilter: remove deprecated CONFIG_NF_CT_ACCT References: <20091015080211.4561.78538.sendpatchset@localhost.localdomain> <4AD70FC2.5050302@ans.pl> In-Reply-To: <4AD70FC2.5050302@ans.pl> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sorry that I lost this thread. :( Krzysztof Olędzki wrote: > [resend, previously I incorrectly copied netfilter-devel-owner] > > Adding CC to netfilter-devel@vger.kernel.org, where netfilter > related issues are discussed. > > On Thu, 15 Oct 2009, Amerigo Wang wrote: > >> >> CONFIG_NF_CT_ACCT is scheduled to be removed in 2.6.29. >> >> Cc: Krzysztof Piotr Oledzki >> Signed-off-by: WANG Cong > > This is not so easy - it was decided that we don't want to remove it > just that because of connbytes. The final conclusion was to keep it > disabled by default (if not enabled by kernel/modules/sysctl option) but > enabling it automatically for the current NS if nefilter rules contains > "-m connbytes". > > Sorry, I should have gotten into this and finished it earlier, my bad. :( No problem. So we just want CONFIG_NF_CT_ACCT=n in default configs? Thanks!