mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed invalid query to get devices in networkmap when XDP is used.
This commit is contained in:
@@ -127,7 +127,7 @@ if (in_array('xdp', $config['network_map_items'])) {
|
||||
WHERE
|
||||
`active`=1 AND
|
||||
`local_device_id` != 0 AND
|
||||
`remote_device_id` != 0 AND
|
||||
`remote_device_id` != 0
|
||||
$where
|
||||
$sql
|
||||
GROUP BY `P1`.`port_id`,`P2`.`port_id`
|
||||
|
||||
Reference in New Issue
Block a user