mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix port neighbors unknown local port (#16128)
Fix issue when somehow the local port is unknown. Likely this is faulty polling or snmp implementation.
This commit is contained in:
@@ -25,6 +25,7 @@ return [
|
||||
'links' => 'Neighbors',
|
||||
'xdsl' => 'xDSL',
|
||||
],
|
||||
'unknown_port' => 'Unknown Port',
|
||||
'vlan_count' => 'VLANs: :count',
|
||||
'vlan_label' => 'VLAN: :label',
|
||||
'xdsl' => [
|
||||
|
||||
Reference in New Issue
Block a user