mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
new mac address search
git-svn-id: http://www.observium.org/svn/observer/trunk@2151 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -10,7 +10,7 @@ $i = "1";
|
||||
echo('<tr><th>Local Port</th>
|
||||
<th>Remote Port</th>
|
||||
<th>Remote Device</th>
|
||||
<th></th>
|
||||
<th>Protocol</th>
|
||||
</tr>');
|
||||
|
||||
while($neighbour = mysql_fetch_assoc($query))
|
||||
@@ -32,6 +32,8 @@ while($neighbour = mysql_fetch_assoc($query))
|
||||
echo("<td>".$neighbour['remote_hostname']."
|
||||
<br />".$neighbour['remote_platform']."</td>");
|
||||
}
|
||||
echo("<td>".$neighbour['protocol']."</td>");
|
||||
echo("</tr>");
|
||||
$i++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user