nftables 1.0.8
Userspace utility for Linux packet filtering
nftables is the project that aims to replace the existing ip,ip6,arp,ebtables framework. Basically, this project provides a new packet filtering framework, a new userspace utility and also a compatibility layer for ip,ip6tables. 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.
- Website: https://www.nftables.org
- Licenses: GPL 2
- Package source: gnu/packages/linux.scm
- Builds: See build status
- Issues: See known issues
Installation
Install nftables 1.0.8
as follows:
guix install nftables@1.0.8
Or install the latest version:
guix install nftables
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.