Hi,
I use bananapif3 as my home router, where our latest official Armbian runs. Everything works well except the flow offload, which is used to accelerate packets handling, doesn't work in Armbian:
$ sudo nft add rule inet filter forward ip protocol tcp flow add @f
Error: Could not process rule: No such file or directory
add rule inet filter forward ip protocol tcp flow add @f
^^^^^^^^^^^
It seems that the kernel config CONFIG_NFT_FLOW_OFFLOAD is not enabled, which might result in this issue:
$ zcat /proc/config.gz | grep CONFIG_NFT_FLOW_OFFLOAD
# CONFIG_NFT_FLOW_OFFLOAD is not set
So would the maintainer kindly enable it in the future build? Thanks.
P.S.: My armbianmonitor result is here.