mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-20 02:02:02 +00:00
Issues have been reported with NAT loopback and ECM, caused by the ECM init script enabling bridge filtering too early. Introduce a config option to enable bridge filtering (on by default).
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
config ecm 'global'
|
|
option acceleration_engine 'auto'
|
|
|
|
config general
|
|
option enable_bridge_filtering '1'
|