# Define the flow table flow table ft hook ingress priority 0; devices = eth0, eth1 ;

✅ Ideal for:

kmod-nft-offload requires Linux Kernel for basic netdev offload and 5.13+ for significantly improved flow_block support. For production, use Kernel 6.x.

If you are an OpenWrt enthusiast or a networking professional looking to squeeze every drop of performance out of your hardware, understanding this kernel module is essential. kmod-nft-offload At its core, kmod-nft-offload is a kernel module designed for and other Linux-based systems to provide Netfilter nftables routing and NAT offload support

# Create a table with netdev family (best for forwarding offload) nft add table netdev filter

: You can install it via the opkg package manager: opkg update opkg install kmod-nft-offload Use code with caution. Copied to clipboard

opkg install kmod-nft-offload