mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes Jailed hosts - Unable to remove (#5503)
This commit is contained in:
parent
4c3baecd60
commit
af75c2443c
3 changed files with 27 additions and 19 deletions
|
|
@ -2039,11 +2039,7 @@ end
|
|||
-- ##############################################
|
||||
|
||||
function getVlanAlias(vlan_id)
|
||||
local alias = ntop.getVlanAliasKey(vlan_id) or nil
|
||||
|
||||
if not alias then
|
||||
alias = ntop.getHashCache(getVlanAliasKey(), vlan_id)
|
||||
end
|
||||
local alias = ntop.getHashCache(getVlanAliasKey(), vlan_id)
|
||||
|
||||
if not isEmptyString(alias) then
|
||||
return alias
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue