mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added vlan description
This commit is contained in:
parent
2e8a6de0fc
commit
eb869c517f
6 changed files with 69 additions and 13 deletions
|
|
@ -2065,7 +2065,7 @@ end
|
|||
function getFullVlanName(vlan_id)
|
||||
local alias = setVlanAlias(vlan_id)
|
||||
|
||||
if alias ~= vlan_id then
|
||||
if (tostring(alias)) ~= (tostring(vlan_id)) then
|
||||
return string.format("%s [%s]", alias, vlan_id)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue