mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
* Add VLAN bidirectional traffic alert (#7126) * Add alert description. (#7126)
This commit is contained in:
parent
7b4f807f8f
commit
7162045cdd
16 changed files with 379 additions and 5 deletions
|
|
@ -96,7 +96,8 @@ local flow_alert_keys = {
|
|||
flow_alert_custom_lua_script = 87,
|
||||
flow_alert_ndpi_periodic_flow = 88,
|
||||
flow_alert_ndpi_minor_issues = 89,
|
||||
flow_alert_ndpi_tcp_issues = 90
|
||||
flow_alert_ndpi_tcp_issues = 90,
|
||||
flow_alert_vlan_bidirectional_traffic = 91
|
||||
|
||||
-- NOTE: for flow alerts not not go beyond the size of Bitmap alert_map inside Flow.h (currently 128)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue