mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-21 10:09:13 +00:00
Export drop reason and show it under flow details
This commit is contained in:
parent
dc8b417e5d
commit
fb0696fa2b
9 changed files with 121 additions and 40 deletions
|
|
@ -6326,7 +6326,7 @@ static bool flow_drop_walker(GenericHashEntry *h, void *user_data,
|
|||
Flow *f = (Flow *)h;
|
||||
|
||||
if (flow_matches(f, retriever)) {
|
||||
f->setDropVerdict();
|
||||
f->setDropVerdict(DROP_REASON_USER_ACTION);
|
||||
*matched = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue