mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added "real" intefaceId validation
Initial work towards REST API
This commit is contained in:
parent
b6447bbfb0
commit
ccf76ca54d
20 changed files with 228 additions and 17 deletions
|
|
@ -61,7 +61,7 @@ end
|
|||
-- ##############################################
|
||||
|
||||
-- See also getHumanReadableInterfaceName
|
||||
function getInterfaceName(interface_id, windows_skip_description)
|
||||
function getInterfaceName(interface_id, windows_skip_description)
|
||||
if(interface_id == getSystemInterfaceId()) then
|
||||
return(getSystemInterfaceName())
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue