From 9eb245a517147da0b47163717cda031cec79b277 Mon Sep 17 00:00:00 2001 From: pavel Date: Thu, 12 Mar 2026 05:39:32 +0200 Subject: [PATCH] 0539 --- files/nats_registration_listener.py | 32 ++++++++++++++++++----------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/files/nats_registration_listener.py b/files/nats_registration_listener.py index 334a0c2..76b3880 100644 --- a/files/nats_registration_listener.py +++ b/files/nats_registration_listener.py @@ -75,32 +75,40 @@ PRODUCT_TAG_SLUG = { # MACs to ignore completely when seen in registrations IGNORE_MACS_RAW = [ - "AA:BB:CC:DD:EE:FF", - "D0:6C:37:00:D5:84", "44:D1:FA:7E:3F:65", - "D0:6C:37:00:E6:D8", + "AA:BB:CC:DD:EE:FF", "C4:93:00:4E:92:7C", - "D0:6C:37:00:AB:20", "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: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: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: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:E6", "D0:6C:37:01:25:EA", "D0:6C:37:01:25:F2", "D0:6C:37:01:26:02", + "D0:6C:37:01:26:1E", "D0:6C:37:01:26:3A", + "D0:6C:37:01:26:7A", "D0:6C:37:01:26:D2", "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