Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763106AbYF3SRr (ORCPT ); Mon, 30 Jun 2008 14:17:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755654AbYF3SRh (ORCPT ); Mon, 30 Jun 2008 14:17:37 -0400 Received: from khc.piap.pl ([195.187.100.11]:43643 "EHLO khc.piap.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752903AbYF3SRg (ORCPT ); Mon, 30 Jun 2008 14:17:36 -0400 To: Peter Warasin , Patrick McHardy Cc: , lkml Subject: [NETFILTER Kconfig help text]: bridge: add ebt_nflog watcher From: Krzysztof Halasa Date: Mon, 30 Jun 2008 20:17:34 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1043 Lines: 35 Hi, is the following really correct? e7bfd0a1a6c8f82977253dab19be9d9979c1ec1b ------------------------- net/bridge/netfilter/Kconfig ------------------------- index 4a3e2bf..7beeefa 100644 @@ -214,2 +214,16 @@ config BRIDGE_EBT_ULOG +config BRIDGE_EBT_NFLOG + tristate "ebt: nflog support" + depends on BRIDGE_NF_EBTABLES + help + This option enables the nflog watcher, which allows to LOG + messages through the netfilter logging API, which can use + either the old LOG target, the old ULOG target or nfnetlink_log + as backend. + + This option adds the ulog watcher, that you can use in any rule ^^^^^^^^^^^^ + in any ebtables table. + + To compile it as a module, choose M here. If unsure, say N. + endmenu ulog watcher? -- Krzysztof Halasa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/