summaryrefslogtreecommitdiffstats
path: root/rules/libnetfilter_log.in
diff options
context:
space:
mode:
authorBart vdr. Meulen <bartvdrmeulen@gmail.com>2012-05-28 14:42:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-05-31 16:59:29 +0200
commit27241f18f77153f03e3557919d6e645fdd2eab1e (patch)
treec258e5bd5e8bee9fad224a42a5701c933d391ad9 /rules/libnetfilter_log.in
parent5f23ab828db16a8926fc7051a61320e37afb7a0f (diff)
downloadptxdist-27241f18f77153f03e3557919d6e645fdd2eab1e.tar.gz
ptxdist-27241f18f77153f03e3557919d6e645fdd2eab1e.tar.xz
libnetfilter_log: Add new package
libnetfilter_log is a userspace library providing interface to packets that have been logged by the kernel packet filter. Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libnetfilter_log.in')
-rw-r--r--rules/libnetfilter_log.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/libnetfilter_log.in b/rules/libnetfilter_log.in
new file mode 100644
index 000000000..c1083d1a5
--- /dev/null
+++ b/rules/libnetfilter_log.in
@@ -0,0 +1,12 @@
+## SECTION=networking
+
+config LIBNETFILTER_LOG
+ tristate
+ select LIBNFNETLINK
+ prompt "libnetfilter_log"
+ help
+ libnetfilter_log is a userspace library providing interface
+ to packets that have been logged by the kernel packet filter.
+ It is is part of a system that deprecates the old syslog/dmesg
+ based packet logging.
+ This library has been previously known as libnfnetlink_log.