mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Nokia vrf (#9509)
* update some mibs
* add virtual router ports
* coding style
* refactor
* some refactoring
* some typos
* add snmprec
* Fix capturing VRF entries with no ports
* updated test data
* manually fix test data
Not going to try to fix the data capture for backslashes at this time.
* Revert "manually fix test data"
This reverts commit 2c98450706
.
* timos data for net-snmp 5.7.3 ?????
This commit is contained in:
@@ -304,6 +304,10 @@ if ($device['os'] == 'cmm') {
|
||||
require_once 'ports/cmm.inc.php';
|
||||
}
|
||||
|
||||
if ($device['os'] == 'timos') {
|
||||
require_once 'ports/timos.inc.php';
|
||||
}
|
||||
|
||||
if ($config['enable_ports_adsl']) {
|
||||
$device['xdsl_count'] = dbFetchCell("SELECT COUNT(*) FROM `ports` WHERE `device_id` = ? AND `ifType` in ('adsl','vdsl')", [$device['device_id']]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user