From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: iptables target for libnetfilter_log Date: Sat, 25 Feb 2006 09:39:14 +0100 Message-ID: <440017B2.2050504@trash.net> References: <43FF8AA7.6000608@net.in.tum.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Gregor Maier In-Reply-To: <43FF8AA7.6000608@net.in.tum.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Gregor Maier wrote: > Hi, > > I was wondering if there's already a target for the new libnetfilter_log > mechanism or if anyone is currently writing one? The LOG target uses is as a backend if it is loaded, but this is IMO actually a mistake, the LOG target should keep working the same way as it always did. Which reminds me that I wanted to restore the old way before 2.6.16 is out .. > If not I'd write one. Mhh maybe we could add a flag to the LOG target to use whatever nf_log backend is registered. I'd prefer that to a full new target.