Skip to content
nftables
EntityQ7021717· pop 14· linked from 219 articles

nftables is a subsystem of the Linux kernel providing filtering and classification of network packets/datagrams/frames. It has been available since Linux kernel 3.13 released on 19 January 2014.

Key facts

Software.name
nftables
Software.title
nftables
Software.author
The Netfilter Project
Software.developer
The Netfilter Project
Software.latest preview version
Git repo
Software.programming language
C
Software.operating system
Linux
Software.platform
Netfilter
Software.genre
packet filtering
Software.license
GPLv2

via Wikipedia infobox

Wikidata facts

Official website
www.nftables.org
Show 3 more facts
software version identifier
1.1.6
source code repository URL
git://git.netfilter.org/nftables.git
Commons category
Nftables
Sources (3)

via Wikidata · CC0

~5 min read

Article

6 sections
Contents
  • nft
  • Command-line syntax
  • History
  • Overview
  • References
  • External links

nftables is a subsystem of the Linux kernel providing filtering and classification of network packets/datagrams/frames. It has been available since Linux kernel 3.13 released on 19 January 2014.

nftables replaces the legacy iptables component of Netfilter. Among the advantages of nftables over iptables is less code duplication and easier extension to new protocols. Among the disadvantages of nftables is that DPI that was provided by "iptables string match" like SNI filtering is not supported.

Connections

Categories