mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Cisco-vrf discovery for device os junos (#8009)
Signed-off-by: Misha Komarovskiy <zombah@gmail.com>
This commit is contained in:
committed by
Tony Murray
parent
34ed39c1f9
commit
da54444057
@ -3,7 +3,7 @@
|
||||
use LibreNMS\Config;
|
||||
|
||||
if (Config::get('enable_vrfs')) {
|
||||
if ($device['os_group'] == 'cisco' || $device['os_group'] == 'junos' || $device['os'] == 'ironware') {
|
||||
if ($device['os_group'] == 'cisco' || $device['os'] == 'junos' || $device['os'] == 'ironware') {
|
||||
unset($vrf_count);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user