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:
PipoCanaja
2018-05-19 10:46:42 +02:00
committed by Neil Lathwood
parent 2d7423cdaa
commit f663f8dec4
168 changed files with 50728 additions and 670 deletions

View File

@@ -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'])) {