Actions
Bug #8206
openfirewall: loading rules only through yaml fails
Affected Versions:
Effort:
Difficulty:
Label:
Description
When trying to load rules only through the config the rules aren't loaded.
##
## Suricata as a Firewall options (experimental)
##
firewall:
# toggle to enable firewall mode
enabled: yes
# Firewall rule file are in their own path and are not managed
# by Suricata-Update.
rule-path: /etc/suricata/firewall/
# List of files with firewall rules. Order matters, files are loaded
# in order and rules are applied in that order (per state, see docs)
rule-files:
- firewall.rules
Actions