Partially Implements traffic blocking (#5387)

This commit is contained in:
Matteo Biscosi 2021-05-21 18:40:21 +02:00
parent 4c415907df
commit bcc717689f
16 changed files with 284 additions and 1 deletions

View file

@ -19,6 +19,7 @@ local host_alert_keys = {
host_alert_score_anomaly = 11,
host_alert_remote_connection = 12,
host_alert_host_log = 13,
host_alert_host_ban = 14,
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
}