diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-02 02:41:00 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 362f3893b5d8f28f3f89e1a188a047c06fb347b6 (patch) | |
tree | b8e77c7342421bc6a2b3fe88d9a40263455d9aac /network/nft/README | |
parent | f76811f8fa7df8a12f5614e80dc9d3fae99c68f6 (diff) |
network/nft: Removed (included in Slackware 14.2)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/nft/README')
-rw-r--r-- | network/nft/README | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/network/nft/README b/network/nft/README deleted file mode 100644 index 653e9c0d9faf..000000000000 --- a/network/nft/README +++ /dev/null @@ -1,16 +0,0 @@ -nft (nftables command-line interface) - -nftables is the project that aims to replace the existing {ip,ip6,arp,eb}tables -framework. Basically, this project provides a new packet filtering framework, a -new userspace utility and also a compatibility layer for {ip,ip6}tables. -nftables is built upon the building blocks of the Netfilter infrastructure such -as the existing hooks, the connection tracking system, the userspace queueing -component and the logging subsystem. - -In order to use nft, you need a Linux kernel >= 3.14 with nftables configured; -however at least one feature of nft 0.5 requires >= 4.2. - -There is a comprehensive HOWTO for nftables at -http://wiki.nftables.org/wiki-nftables/index.php/Main_Page - -nftables is currently under development, so for experimenters only! |