mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-16 16:21:53 +00:00
Upstream OpenWrt 24.10 and later uses nftables by default. Bridge filtering is not really needed anymore. This should also prevent unnecessary chain dependencies getting built like like `kmod-ipt-ipopt`. Signed-off-by: Sean Khan <datapronix@protonmail.com>
10 lines
233 B
Plaintext
10 lines
233 B
Plaintext
config ecm 'global'
|
|
option acceleration_engine 'auto'
|
|
|
|
config ecm 'general'
|
|
option disable_offloads '0'
|
|
option disable_flow_control '0'
|
|
option disable_interrupt_moderation '0'
|
|
option disable_gro '0'
|
|
option disable_gro_list '1'
|