mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Really really fix ARP discovery:
- Observium current humanize_port -> ifLabel - Another reference to ip_address
This commit is contained in:
@@ -44,10 +44,10 @@ foreach (dbFetchRows($sql, array($deviceid)) as $entry)
|
||||
{
|
||||
global $config;
|
||||
|
||||
$ip = $entry['ip_address'];
|
||||
$ip = $entry['ipv4_address'];
|
||||
$mac = $entry['mac_address'];
|
||||
$if = $entry['port_id'];
|
||||
$int = humanize_port($if);
|
||||
$int = ifLabel($if);
|
||||
$label = $int['label'];
|
||||
|
||||
// Even though match_network is done inside discover_new_device, we do it here
|
||||
|
||||
Reference in New Issue
Block a user