mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00: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