mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Make comment reflect code
This commit is contained in:
@@ -215,7 +215,7 @@ foreach ($ports as $port)
|
|||||||
$this_port['ifOutMulticastPkts'] = $this_port['ifHCOutMulticastPkts'];
|
$this_port['ifOutMulticastPkts'] = $this_port['ifHCOutMulticastPkts'];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Overwrite ifSpeed with ifHighSpeed if it's over 10G
|
// Overwrite ifSpeed with ifHighSpeed if it's over 1G
|
||||||
if (is_numeric($this_port['ifHighSpeed']) && $this_port['ifSpeed'] > "1000000000")
|
if (is_numeric($this_port['ifHighSpeed']) && $this_port['ifSpeed'] > "1000000000")
|
||||||
{
|
{
|
||||||
echo("HighSpeed ");
|
echo("HighSpeed ");
|
||||||
|
Reference in New Issue
Block a user