Fix conflicting space

This commit is contained in:
Guillem Mateos
2016-10-09 01:27:32 +02:00
parent 668872c3c1
commit 230ed8466c

View File

@@ -2,6 +2,6 @@
$genEquipInventoryCardName = snmp_get($device, 'MWRM-UNIT-MIB::genEquipInventoryCardName.127', '-Osqnv');
if (preg_match('/IP-[1,2]0/', $genEquipInventoryCardName )) {
if (preg_match('/IP-[1,2]0/', $genEquipInventoryCardName)) {
$os = 'ceragon';
}