Update vlans.inc.php (#8592)

vlans module on discovery not working after the rebranding of avaya-ers to boss.  This seems to be a hidden easter egg. :-)
This commit is contained in:
ospfbgp 2018-04-22 07:20:06 -05:00 committed by Neil Lathwood
parent 9a420a6910
commit 4245469785

View File

@ -25,8 +25,8 @@ $index_to_base = array_flip($base_to_index);
if ($device['os'] === 'junos') {
require 'includes/discovery/vlans/junos.inc.php';
} elseif ($device['os'] === 'avaya-ers') {
require 'includes/discovery/vlans/avaya-ers.inc.php';
} elseif ($device['os'] === 'boss') {
require 'includes/discovery/vlans/boss.inc.php';
}
if (empty($device['vlans']) === true) {