You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to custom compile the firmware ( 22.03.5 (r20134-5f15225c1e) ) from https://firmware-selector.openwrt.org/ ,
and then added the luci-app-sqm component.
The dependencies related to iptables are as follows, but I use nftables (fw4).
In this case, will I encounter performance problems or other problems when using cake sqm ?
You should be able to get rid of the iptables-zz-legacy package by manually selecting the iptables-nft package instead. But in any case, if you're using cake sqm-scripts doesn't install any iptables rules, so the only overhead will be the extra packages installed...
In the OpenWRT project, I saw some changes in firewall components
Certain upstream switch to firewall4 aka nftables instead of iptables
I saw the update information of sqm-scripts 1.6.0, so do I need to adjust the dependencies when compiling OpenWRT ?
Or is it possible to manually remove old dependencies in OpenWRT ?
The text was updated successfully, but these errors were encountered: