diff options
Diffstat (limited to 'network/nft/README')
-rw-r--r-- | network/nft/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/nft/README b/network/nft/README new file mode 100644 index 0000000000..c057392d9a --- /dev/null +++ b/network/nft/README @@ -0,0 +1,12 @@ +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. + +nftables is currently under development, so for experimenters only! |