summaryrefslogtreecommitdiffstats
path: root/rules/libnfnetlink.in
diff options
context:
space:
mode:
authorBart vdr. Meulen <bartvdrmeulen@gmail.com>2012-05-28 14:42:48 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-05-31 16:59:27 +0200
commit5f23ab828db16a8926fc7051a61320e37afb7a0f (patch)
treefc230f1484d23deddccf1a1264cfb1d681934312 /rules/libnfnetlink.in
parent5d07b25a72da4200ee86dfd8db7ecedf54d9d213 (diff)
downloadptxdist-5f23ab828db16a8926fc7051a61320e37afb7a0f.tar.gz
ptxdist-5f23ab828db16a8926fc7051a61320e37afb7a0f.tar.xz
libnfnetlink: Add new package
libngnetlink provides a generic messaging infrastructure for in-kernel netfilter subsystemsor redirecting network packets into userspace Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libnfnetlink.in')
-rw-r--r--rules/libnfnetlink.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/rules/libnfnetlink.in b/rules/libnfnetlink.in
new file mode 100644
index 000000000..868413173
--- /dev/null
+++ b/rules/libnfnetlink.in
@@ -0,0 +1,15 @@
+## SECTION=networking
+
+config LIBNFNETLINK
+ tristate
+ prompt "libnfnetlink"
+ help
+ libnfnetlink is the low-level library for netfilter
+ related kernel/userspace communication. It provides a generic
+ messaging infrastructure for in-kernel netfilter subsystems
+ (such as nfnetlink_log) and their respective users and/or
+ management tools in userspace.
+ This library is not meant as a public API for application
+ developers. It is only used by other netfilter.org projects,
+ such as libnetfilter_log,
+