mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Revert change which skips over ports that are down / admin down
This commit is contained in:
@@ -348,10 +348,6 @@ foreach ($ports as $port) {
|
||||
echo $oid.' ';
|
||||
}
|
||||
}
|
||||
|
||||
if (( $oid == 'ifOperStatus' || $oid == 'ifAdminStatus' ) && $this_port[$oid] == 'down') {
|
||||
break;
|
||||
}
|
||||
}//end foreach
|
||||
|
||||
// Parse description (usually ifAlias) if config option set
|
||||
|
||||
Reference in New Issue
Block a user