summaryrefslogtreecommitdiff
path: root/network/libnftnl/README
diff options
context:
space:
mode:
authorDuncan Roe <duncan_roe@acslink.net.au>2014-04-27 10:13:35 -0500
committerErik Hanson <erik@slackbuilds.org>2014-04-27 12:15:43 -0500
commit9db9d22c508fdc1a15d638d406025755c756f515 (patch)
tree4a372ce1ddbe48c0c3d34ec8e90c90fa060e1c6f /network/libnftnl/README
parent2aad4ff310bb1499d4562a4ec157dd2846bf008c (diff)
downloadslackbuilds-9db9d22c508fdc1a15d638d406025755c756f515.tar.gz
network/libnftnl: Added (pre-requisite for nftables)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network/libnftnl/README')
-rw-r--r--network/libnftnl/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/network/libnftnl/README b/network/libnftnl/README
new file mode 100644
index 0000000000..acc52c6ece
--- /dev/null
+++ b/network/libnftnl/README
@@ -0,0 +1,8 @@
+libnftnl (pre-requisite for nftables)
+
+libnftnl is a userspace library providing a low-level netlink interface (API) to
+the in-kernel nf_tables subsystem. The library libnftnl has been previously
+known as libnftables. This library is currently used by nftables.
+
+To benefit from libnftnl (but not to build it), you need a kernel that includes
+the nf_tables subsystem (initial support >= 3.14).