summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_log.c
diff options
context:
space:
mode:
authorHarald Welte2005-08-10 05:23:11 +0200
committerDavid S. Miller2005-08-30 00:51:18 +0200
commitbbd86b9fc469b7e91dc7444e6abb8930811d79cb (patch)
tree0d1133f5f499cab639784407f53938ba5060807f /net/netfilter/nf_log.c
parent[NETFILTER]: add correct bridging support to nfnetlink_{queue,log} (diff)
downloadkernel-qcow2-linux-bbd86b9fc469b7e91dc7444e6abb8930811d79cb.tar.gz
kernel-qcow2-linux-bbd86b9fc469b7e91dc7444e6abb8930811d79cb.tar.xz
kernel-qcow2-linux-bbd86b9fc469b7e91dc7444e6abb8930811d79cb.zip
[NETFILTER]: add /proc/net/netfilter interface to nf_queue
This patch adds a /proc/net/netfilter/nf_queue file, similar to the recently-added /proc/net/netfilter/nf_log. It indicates which queue handler is registered to which protocol family. This is useful since there are now multiple queue handlers in the treee (ip[6]_queue, nfnetlink_queue). Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/nf_log.c')
-rw-r--r--net/netfilter/nf_log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/nf_log.c b/net/netfilter/nf_log.c
index ec58c4d2c667..31a9d63921d6 100644
--- a/net/netfilter/nf_log.c
+++ b/net/netfilter/nf_log.c
@@ -5,6 +5,7 @@
#include <linux/proc_fs.h>
#include <linux/skbuff.h>
#include <linux/netfilter.h>
+#include <linux/seq_file.h>
#include <net/protocol.h>
#include "nf_internals.h"