summaryrefslogtreecommitdiffstats
path: root/rules/libnetfilter_log.in
diff options
context:
space:
mode:
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.