Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There is a bug in the matching of a manufacturer to their SNMP Enterprise ID.

To fix this without waiting for the next release, edit the file

Linux - 

Code Block
/usr/local/open-audit/code_igniter/application/helpers/snmp_oid_helper.php

Windows -

Code Block
c:\xampp\open-audit\application\helpers\snmp_oid_helper.php

Change line 54072 from:

Code Block
		return ($new->manufacturer);

to

Code Block
		return ($manufacturer);


Apologies for the inconvenience.