mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix arp-search remote_interface display (#12871)
This commit is contained in:
@@ -80,6 +80,7 @@ foreach (dbFetchRows($sql, $param) as $entry) {
|
||||
}
|
||||
|
||||
if ($arp_host) {
|
||||
$arp_host = cleanPort($arp_host);
|
||||
$arp_if = generate_port_link($arp_host);
|
||||
} else {
|
||||
unset($arp_if);
|
||||
|
||||
Reference in New Issue
Block a user