aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/Kconfig
diff options
context:
space:
mode:
authorPeter Warasin <peter@endian.com>2008-04-14 11:15:54 +0200
committerPatrick McHardy <kaber@trash.net>2008-04-14 11:15:54 +0200
commite7bfd0a1a6c8f82977253dab19be9d9979c1ec1b (patch)
tree3162f621a6a17b5d80e4419a9dae031c0b93fec9 /net/bridge/netfilter/Kconfig
parent[NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by function call (diff)
downloadlinux-dev-e7bfd0a1a6c8f82977253dab19be9d9979c1ec1b.tar.xz
linux-dev-e7bfd0a1a6c8f82977253dab19be9d9979c1ec1b.zip
[NETFILTER]: bridge: add ebt_nflog watcher
This patch adds the ebtables nflog watcher to the kernel in order to allow ebtables log through the nfnetlink_log backend. Signed-off-by: Peter Warasin <peter@endian.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/bridge/netfilter/Kconfig')
-rw-r--r--net/bridge/netfilter/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/bridge/netfilter/Kconfig b/net/bridge/netfilter/Kconfig
index 4a3e2bf892c7..7beeefa0f9c0 100644
--- a/net/bridge/netfilter/Kconfig
+++ b/net/bridge/netfilter/Kconfig
@@ -212,4 +212,18 @@ config BRIDGE_EBT_ULOG
To compile it as a module, choose M here. If unsure, say N.
+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