This commit is contained in:
2026-03-12 05:39:32 +02:00
parent eaa8117f29
commit 9eb245a517

View File

@@ -75,32 +75,40 @@ PRODUCT_TAG_SLUG = {
# MACs to ignore completely when seen in registrations # MACs to ignore completely when seen in registrations
IGNORE_MACS_RAW = [ IGNORE_MACS_RAW = [
"AA:BB:CC:DD:EE:FF",
"D0:6C:37:00:D5:84",
"44:D1:FA:7E:3F:65", "44:D1:FA:7E:3F:65",
"D0:6C:37:00:E6:D8", "AA:BB:CC:DD:EE:FF",
"C4:93:00:4E:92:7C", "C4:93:00:4E:92:7C",
"D0:6C:37:00:AB:20",
"c4:93:00:4E:96:F0", "c4:93:00:4E:96:F0",
"D0:6C:37:00:D2:F0", "C4:93:00:4E:96:F0",
"C4:93:00:4E:97:B0",
"C4:93:00:4E:99:A4",
"C4:93:00:50:AC:3C", "C4:93:00:50:AC:3C",
"C4:93:00:51:97:B6", "C4:93:00:51:97:B6",
"D0:6C:37:00:91:88",
"D0:6C:37:00:A0:78",
"D0:6C:37:00:AB:20",
"D0:6C:37:00:BD:B0",
"D0:6C:37:00:D2:F0",
"D0:6C:37:00:D5:84",
"D0:6C:37:00:E6:D8",
"D0:6C:37:00:F0:18", "D0:6C:37:00:F0:18",
"D0:6C:37:01:0C:78",
"D0:6C:37:01:0C:C0",
"D0:6C:37:01:16:88",
"D0:6C:37:01:25:A2", "D0:6C:37:01:25:A2",
"D0:6C:37:01:25:E6",
"D0:6C:37:01:26:1E",
"D0:6C:37:01:26:7A",
"D0:6C:37:01:26:E2",
"D0:6C:37:01:26:E6",
"D0:6C:37:01:26:FA",
"C4:93:00:4E:99:A4",
"D0:6C:37:01:25:B2", "D0:6C:37:01:25:B2",
"D0:6C:37:01:25:E6",
"D0:6C:37:01:25:EA", "D0:6C:37:01:25:EA",
"D0:6C:37:01:25:F2", "D0:6C:37:01:25:F2",
"D0:6C:37:01:26:02", "D0:6C:37:01:26:02",
"D0:6C:37:01:26:1E",
"D0:6C:37:01:26:3A", "D0:6C:37:01:26:3A",
"D0:6C:37:01:26:7A",
"D0:6C:37:01:26:D2", "D0:6C:37:01:26:D2",
"D0:6C:37:01:26:D6", "D0:6C:37:01:26:D6",
"D0:6C:37:01:26:E2",
"D0:6C:37:01:26:E6",
"D0:6C:37:01:26:FA",
] ]
# Global counter for any NetBox-related problems # Global counter for any NetBox-related problems