Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<?php
use LibreNMS\Modules\EntityPhysical;
use LibreNMS\OS;
if (! isset($os) || ! $os instanceof OS) {
$os = OS::make($device);
}
(new EntityPhysical())->discover($os);