2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Blacklist the tianocore default uuid

If a platform doesn't have a uuid, Tiano hardbakes
yet another invalid uuid to ignore.
This commit is contained in:
Jarrod Johnson 2021-12-17 09:13:49 -05:00
parent 65d6ff13fa
commit a8132d87a7

View File

@ -205,6 +205,7 @@ def uuid_is_valid(uuid):
return uuid.lower() not in ('00000000-0000-0000-0000-000000000000',
'ffffffff-ffff-ffff-ffff-ffffffffffff',
'00112233-4455-6677-8899-aabbccddeeff',
'03000200-0400-0500-0006-000700080009',
'20202020-2020-2020-2020-202020202020')
def _printable_ip(sa):