Merge branch 'action-drop' of https://github.com/LBL-gov/zeek

* 'action-drop' of https://github.com/LBL-gov/zeek:
  Moved verb ACTION_DROP from policy/frameworks/netcontrol/catch-and-release.zeek to base/frameworks/notice/main.zeek.
This commit is contained in:
Johanna Amann 2020-08-12 19:44:18 +00:00
commit db3d8faf6e
3 changed files with 5 additions and 6 deletions

View file

@ -44,6 +44,10 @@ export {
## ASCII version of the alarm log is emailed in bulk to the
## address(es) configured in :zeek:id:`Notice::mail_dest`.
ACTION_ALARM,
## Indicates that the notice should result in a drop action.
## The exact action taken depends on loaded policy scripts;
## see e.g. :zeek:see:`NetControl::acld_rule_policy`.
ACTION_DROP,
};
## Type that represents a set of actions.