mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix MPLS Tab Display for Nokia devices using LDP and not RSVP (#15128)
This commit is contained in:
@@ -44,7 +44,7 @@ class RoutingController implements DeviceTab
|
||||
'bgp' => $device->bgppeers()->count(),
|
||||
'vrf' => $device->vrfs()->count(),
|
||||
'cef' => $device->cefSwitching()->count(),
|
||||
'mpls' => $device->mplsLsps()->count(),
|
||||
'mpls' => $device->mplsServices()->count(),
|
||||
'cisco-otv' => Component::query()->where('device_id', $device->device_id)->where('type', 'Cisco-OTV')->count(),
|
||||
'loadbalancer_rservers' => $device->rServers()->count(),
|
||||
'ipsec_tunnels' => $device->ipsecTunnels()->count(),
|
||||
|
Reference in New Issue
Block a user