mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Implemented ASN user traffic breakdown (#9595)
This commit is contained in:
parent
d006320a2e
commit
545306cbe2
6 changed files with 681 additions and 3 deletions
|
|
@ -1509,7 +1509,7 @@ end
|
|||
|
||||
function validateSankeyAsCriteria(criteria)
|
||||
return (criteria == 'as_transit_only_criteria' or criteria == 'ingress_egress_traffic_criteria'
|
||||
or criteria == 'traffic_between_ases')
|
||||
or criteria == 'traffic_between_ases' or criteria == 'user_traffic_breakdown')
|
||||
end
|
||||
-- #################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue