diff options
author | Duncan Roe <duncan_roe@acslink.net.au> | 2014-04-27 10:13:35 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-04-27 12:15:43 -0500 |
commit | 9db9d22c508fdc1a15d638d406025755c756f515 (patch) | |
tree | 4a372ce1ddbe48c0c3d34ec8e90c90fa060e1c6f /network/libnftnl/README | |
parent | 2aad4ff310bb1499d4562a4ec157dd2846bf008c (diff) | |
download | slackbuilds-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/README | 8 |
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). |