mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes discovery for loopback interfaces
This commit is contained in:
parent
893350653b
commit
fdba617b0d
7 changed files with 20 additions and 13 deletions
|
|
@ -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("")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue