darkgeekyang Posted March 15 Posted March 15 (edited) 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. Edited March 15 by darkgeekyang Add armbianmonitor result 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.