Hardware flowtable offload nftables

Offloads established flows to fast path; add 'flags offload' for NIC hardware offload

nft add flowtable inet filter ft '{ hook ingress priority 0 ; devices = { eth0, eth1 } ; }' && nft add rule inet filter forward ct state established flow add @ft
more nftables all 12 commands →