summaryrefslogtreecommitdiff
path: root/net/bridge/netfilter/Makefile
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/Makefile
parent3c9fba656a185cf56872a325e5594d9b4d4168ec (diff)
[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/Makefile')
-rw-r--r--net/bridge/netfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bridge/netfilter/Makefile b/net/bridge/netfilter/Makefile
index 905087e0d485..83715d73a503 100644
--- a/net/bridge/netfilter/Makefile
+++ b/net/bridge/netfilter/Makefile
@@ -30,3 +30,4 @@ obj-$(CONFIG_BRIDGE_EBT_SNAT) += ebt_snat.o
# watchers
obj-$(CONFIG_BRIDGE_EBT_LOG) += ebt_log.o
obj-$(CONFIG_BRIDGE_EBT_ULOG) += ebt_ulog.o
+obj-$(CONFIG_BRIDGE_EBT_NFLOG) += ebt_nflog.o