mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
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:
commit
db3d8faf6e
3 changed files with 5 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue