Fixes discovery for loopback interfaces

This commit is contained in:
Simone Mainardi 2019-12-17 14:27:35 +01:00
parent 893350653b
commit fdba617b0d
7 changed files with 20 additions and 13 deletions

View file

@ -1821,14 +1821,6 @@ function getThroughputType()
return throughput_type
end
function isLoopback(name)
if((name == "lo") or (name == "lo0")) then
return(true)
else
return(false)
end
end
function processColor(proc)
if(proc == nil) then
return("")