Add device OS detection support for Accedian MetroNODE AEN-1000-* Gig… (#5019)

This commit is contained in:
That Guy --^
2016-11-28 17:32:38 -05:00
committed by Neil Lathwood
parent 7bb329661f
commit 3390be5107
3 changed files with 5 additions and 1 deletions

View File

@@ -11,6 +11,6 @@
* the source code distribution for details.
*/
if (str_contains($sysDescr, 'AMN-')) {
if (str_contains($sysDescr, array('AMN-','AEN-','AMO-'))) {
$os = 'aen';
}