]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/fireinfo-invalid-id.patch
fireinfo: Fix hash collision because of very weird UUID.
[people/pmueller/ipfire-2.x.git] / src / patches / fireinfo-invalid-id.patch
CommitLineData
090e4211
MT
1commit ac68f90a0229083d755e7e2e8980822405ac2da8
2Author: Michael Tremer <michael.tremer@ipfire.org>
3Date: Tue Jan 18 19:11:06 2011 +0100
4
5 Add invalid ID: 00020003-0004-0005-0006-000700080009.
6
7diff --git a/fireinfo/system.py b/fireinfo/system.py
8index 135c29b..690eae2 100644
9--- a/fireinfo/system.py
10+++ b/fireinfo/system.py
11@@ -41,6 +41,7 @@ INVALID_ID_STRINGS = (
12 "N/A", "n/a",
13 "12345", "54321", "202020",
14 "Chassis", "chassis",
15+ "00020003-0004-0005-0006-000700080009",
16 )
17
18 class Singleton(type):