mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
device: Added FDB table support for VRP using HUAWEI-L2MAM-MIB (#8719)
* Adding VRP support for FDB table using HUAWEI-L2MAM-MIB * Test data + review corrections * Test data correction * Remove double text * PHP EOL at the right spot * Rename vrp_5720.fdb.snmprec to vrp_5720.snmprec * Update vrp_5720.snmprec * Create vrp_5720.json * Update vrp_5720.json * Update vrp_5720.json * Fix fdb query, test data, and mibs
This commit is contained in:
committed by
Neil Lathwood
parent
2d7423cdaa
commit
f663f8dec4
@@ -674,7 +674,7 @@ class ModuleTestHelper
|
||||
}
|
||||
|
||||
// build selects
|
||||
$select = array_merge($select, isset($join_info['select']) ? $join_info['select'] : $default_select);
|
||||
$select = array_merge($select, isset($join_info['select']) ? (array)$join_info['select'] : $default_select);
|
||||
}
|
||||
|
||||
if (isset($info['order_by'])) {
|
||||
|
||||
Reference in New Issue
Block a user