nftables
nftables is a framework within the Linux kernel's Netfilter subsystem that provides packet filtering, classification, and Network Address Translation via a unified interface. It replaces the older pair of tools and families (iptables, ip6tables, arptables, and ebtables) with a single framework and a modern rule language, aiming for simpler administration, improved performance, and easier extensibility.
The core concept in nftables is the ruleset, which is organized into tables, chains, and rules. Tables
Configuration is performed from user space via the nft command-line tool, which communicates with the kernel
nftables has been adopted as the recommended firewall framework in many Linux distributions, offering a consolidated,