mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
refactor: Various Code Cleanup (#5777)
* refactor: Various Code Cleanup * moar
This commit is contained in:
committed by
Neil Lathwood
parent
883095deac
commit
414efb3539
@@ -34,7 +34,6 @@ if ($config['enable_vrf_lite_cisco']) {
|
||||
d_echo("\n[DEBUG]\nUsing $mib\n[/DEBUG]\n");
|
||||
d_echo("\n[DEBUG List Vrf only name]\n$listVrf\n[/DEBUG]\n");
|
||||
|
||||
$tableVrf;
|
||||
foreach (explode("\n", $listVrf) as $lineVrf) {
|
||||
$tmpVrf = explode(" ", $lineVrf, 2);
|
||||
//the $tmpVrf[0] will be the context
|
||||
|
Reference in New Issue
Block a user