mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixed bug in interface switch
This commit is contained in:
parent
a69606475b
commit
a26dbe0a6a
5 changed files with 19 additions and 6 deletions
|
|
@ -1607,6 +1607,7 @@ end
|
|||
|
||||
|
||||
function getInterfaceNameAlias(interface_name)
|
||||
-- io.write(debug.traceback().."\n")
|
||||
label = ntop.getCache('ntopng.prefs.'..interface_name..'.name')
|
||||
if((label == nil) or (label == "")) then
|
||||
return(interface_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue