mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes SNMP Assets visualization (#9287)
This commit is contained in:
parent
b05116c0de
commit
d29bd9e36a
8 changed files with 173 additions and 31 deletions
|
|
@ -975,3 +975,9 @@ function getProbeFromUUID(nprobe_uuid)
|
|||
|
||||
return nil
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function isSystemInterface(ifid)
|
||||
return (getSystemInterfaceId() == tostring(ifid))
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue