From e948db4e8ce0ccf3be2be0c2b12660a6a1ff26ab Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Sun, 19 Jul 2015 22:04:18 +0100 Subject: [PATCH] Revert "Ignore links based on 'unreal' mac addresses." --- html/includes/print-map.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/includes/print-map.inc.php b/html/includes/print-map.inc.php index 442b3728c..5e8e64e53 100644 --- a/html/includes/print-map.inc.php +++ b/html/includes/print-map.inc.php @@ -68,7 +68,6 @@ if (in_array('mac',$config['network_map_items'])) { LEFT JOIN `devices` AS `D2` ON `P2`.`device_id`=`D2`.`device_id` $join_sql WHERE - `M`.`mac_address` NOT IN ('000000000000','ffffffffffff') `P1`.`port_id` IS NOT NULL AND `P2`.`port_id` IS NOT NULL AND `D1`.`device_id` != `D2`.`device_id`