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:
Adam Amstrong
2011-04-24 00:28:09 +00:00
parent 28b98dad8d
commit c6964aec37
6 changed files with 117 additions and 6 deletions

View File

@@ -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++;
}