From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: RFC: netfilter: xtables: add CT target Date: Tue, 19 Jan 2010 13:06:54 +0100 Message-ID: <4B55A05E.6010107@trash.net> References: <4B5575CB.5050207@trash.net> <4B558C11.9020607@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Netfilter Development Mailinglist To: Jozsef Kadlecsik Return-path: Received: from stinky.trash.net ([213.144.137.162]:44719 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751870Ab0ASMG5 (ORCPT ); Tue, 19 Jan 2010 07:06:57 -0500 In-Reply-To: <4B558C11.9020607@trash.net> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Patrick McHardy wrote: > or something like that. Are the existing event types fine grained > enough for this? Also, should the CT target override the global > sysctl setting? Regarding the override, what I'm adding right now is: - sysctl=1 enables all events unless specific events are requested - sysctl=0 disables all events unless specific events are requested This should be fine from a backwards-compatibility POV.