-
Notifications
You must be signed in to change notification settings - Fork 18
Milestone
Description
Steps to reproduce
- Enable the logging of the DPI with
dpi.config.log_blocked='1' uci commit dpireload_config
Expected behavior
- netifyd should successfully reload the firewall, with DPI analysis continuing as expected.
Actual behavior
- netifyd fails to reload the firewall, resulting in no DPI analysis since NFT chain is broken.
- The DPI firewall rule trusts
firewall.ns_defaults.rule_log_limitbut it does not work properly as FW4 translates rates like1/sto1/secondand1/sis an invalid value fornft.
Workaround
Apply these commands to mitigate the issue:
uci set dpi.config.log_blocked=0
uci commit dpi
reload_config
Components
- ns-dpi - 0.3.1-r1
See also
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Progress 🛠