mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Moved verb ACTION_DROP from policy/frameworks/netcontrol/catch-and-release.zeek to base/frameworks/notice/main.zeek.
ACTION_DROP is not only part of catch-n-release subsystem. Also, historically ACTION_DROP has been bundled with ACTION_LOG, ACTION_ALARM, ACTION_EMAIL... and its helpful that this verb remains in base/frameworks/notice/main.zeek
This commit is contained in:
parent
f1ed66d52c
commit
496f6d4935
2 changed files with 4 additions and 5 deletions
|
@ -8,11 +8,6 @@
|
|||
module Notice;
|
||||
|
||||
export {
|
||||
redef enum Action += {
|
||||
## Drops the address via :zeek:see:`NetControl::drop_address_catch_release`.
|
||||
ACTION_DROP
|
||||
};
|
||||
|
||||
redef record Info += {
|
||||
## Indicate if the $src IP address was dropped and denied
|
||||
## network access.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue