mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Added ASN data to UI and cleaned formatters (#9452)
* Added check redis pref for asn mode enabled * Added transit asn to flow historical page #9368
This commit is contained in:
parent
9c6247ac8d
commit
719060d31f
4 changed files with 75 additions and 33 deletions
|
|
@ -160,7 +160,7 @@ for _, value in ipairs(flows_stats.flows) do
|
|||
|
||||
local transit_asn_data = {
|
||||
asn = transit_asn or 0,
|
||||
name = ntop.getASName(transit_asn_ip)
|
||||
name = ntop.getASNameFromASN(tonumber(transit_asn))
|
||||
}
|
||||
|
||||
-- Formatting client column
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue