diff --git a/files/nats_registration_listener.py b/files/nats_registration_listener.py index 25e080c..377b1a1 100644 --- a/files/nats_registration_listener.py +++ b/files/nats_registration_listener.py @@ -79,7 +79,18 @@ PRODUCT_TAG_SLUG = { # MACs to ignore completely when seen in registrations IGNORE_MACS_RAW = [ "AA:BB:CC:DD:EE:FF", - + "D0:6C:37:01:26:02", + "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", + "D0:6C:37:01:0C:C0", + "D0:6C:37:00:91:88", ]