From 9c6cbbdf5bc50b739f7174152d5e44967d231e6b Mon Sep 17 00:00:00 2001 From: pavel Date: Thu, 19 Mar 2026 12:15:00 +0200 Subject: [PATCH] 1215 --- files/nats_registration_listener.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/files/nats_registration_listener.py b/files/nats_registration_listener.py index e9f0426..b0193f9 100644 --- a/files/nats_registration_listener.py +++ b/files/nats_registration_listener.py @@ -79,6 +79,26 @@ PRODUCT_TAG_SLUG = { # MACs to ignore completely when seen in registrations IGNORE_MACS_RAW = [ "AA:BB:CC:DD:EE:FF", + "C4:93:00:4E:93:B0", + "C4:93:00:4E:96:0C", + "C4:93:00:4E:96:F0", + "C4:93:00:4E:97:B0", + "C4:93:00:4E:9C:FC", + "C4:93:00:51:9A:36", + "D0:6C:37:00:91:88", + "D0:6C:37:00:BD:B0", + "D0:6C:37:00:F4:28", + "D0:6C:37:01:0C:78", + "D0:6C:37:01:0C:C0", + "D0:6C:37:01:25:B2", + "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:D2", + "D0:6C:37:01:26:D6", + "D0:6C:37:01:26:E2", ]