Actions
Feature #8601
open
VJ
VJ
firewall: drop action should not imply alert
Feature #8601:
firewall: drop action should not imply alert
Effort:
Difficulty:
Label:
Description
In IDS/IPS rules, using drop implies also specifying alert. In the parsing code it leads to ACTION_DROP|ACTION_ALERT.
In firewall policies we default to just drop. However when specifying a policy in config or firewall rules, drop would still include alert.
In firewall actions, drop+alert should be specified as drop:flow,alert or drop:packet,alert.
Actions