summaryrefslogtreecommitdiffstats
path: root/net/netfilter/Makefile
diff options
context:
space:
mode:
authorHarald Welte2005-08-10 04:58:39 +0200
committerDavid S. Miller2005-08-30 00:38:12 +0200
commit0597f2680d666a3bcf101ac0c771ba7e50016bbd (patch)
treece43bf3284ce162ccb34d4ee5a9981089df5bce0 /net/netfilter/Makefile
parent[NETFILTER]: Extend netfilter logging API (diff)
downloadkernel-qcow2-linux-0597f2680d666a3bcf101ac0c771ba7e50016bbd.tar.gz
kernel-qcow2-linux-0597f2680d666a3bcf101ac0c771ba7e50016bbd.tar.xz
kernel-qcow2-linux-0597f2680d666a3bcf101ac0c771ba7e50016bbd.zip
[NETFILTER]: Add new "nfnetlink_log" userspace packet logging facility
This is a generic (layer3 independent) version of what ipt_ULOG is already doing for IPv4 today. ipt_ULOG, ebt_ulog and finally also ip[6]t_LOG will be deprecated by this mechanism in the long term. Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/Makefile')
-rw-r--r--net/netfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/Makefile b/net/netfilter/Makefile
index 14a0b187e75e..c41caebc4a7c 100644
--- a/net/netfilter/Makefile
+++ b/net/netfilter/Makefile
@@ -1,2 +1,3 @@
obj-$(CONFIG_NETFILTER_NETLINK) += nfnetlink.o
obj-$(CONFIG_NETFILTER_NETLINK_QUEUE) += nfnetlink_queue.o
+obj-$(CONFIG_NETFILTER_NETLINK_LOG) += nfnetlink_log.o