mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes top talkers computation with VLAN-tagged traffic
This commit is contained in:
parent
d32c737047
commit
6d396c33ed
8 changed files with 82 additions and 67 deletions
|
|
@ -811,10 +811,10 @@ end
|
|||
|
||||
|
||||
function isIPv6(ip)
|
||||
if string.find(ip, "%.") then
|
||||
return false
|
||||
if string.find(ip, ":") then
|
||||
return true
|
||||
end
|
||||
return true
|
||||
return false
|
||||
end
|
||||
|
||||
function addGoogleMapsScript()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue