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:
Aashish Sharma 2020-08-12 10:13:27 -07:00
parent f1ed66d52c
commit 496f6d4935
2 changed files with 4 additions and 5 deletions

View file

@ -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.