IMplemented Review Flows Page in IXP Mode #9423 (#9449)

This commit is contained in:
GabrieleDeri 2025-07-29 10:13:57 +02:00 committed by GitHub
parent 2b6ed1f4ce
commit e4dc69f83e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 74 additions and 13 deletions

View file

@ -1014,7 +1014,6 @@ function format_portidx_name(device_ip, portidx, short_version)
local snmp_mappings = require "snmp_mappings"
local res = snmp_mappings.get_iface_name(device_ip, portidx)
if (res ~= nil) then idx_name = res end
end
end