Merge pull request #1742 from laf/issue-742

Revert change which skips over ports that are down / admin down
This commit is contained in:
Daniel Preussker
2015-08-23 10:53:00 +00:00

View File

@@ -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