Added "real" intefaceId validation

Initial work towards REST API
This commit is contained in:
Luca Deri 2020-05-17 20:47:46 +02:00
parent b6447bbfb0
commit ccf76ca54d
20 changed files with 228 additions and 17 deletions

View file

@ -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