Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
126 B
PHP
Raw Permalink Normal View History

<?php
2021-11-12 13:49:09 -06:00
use LibreNMS\OS;
2021-11-12 13:49:09 -06:00
if (! $os instanceof OS) {
$os = OS::make($device);
2016-01-20 15:13:53 +01:00
}
2021-11-12 13:49:09 -06:00
(new \LibreNMS\Modules\Ospf())->poll($os);