X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=python%2Fovs%2Fovsuuid.py;h=31c9bccd571abab8bc01748b30e2400e2856e72c;hb=dd1ba5b3f4425c8eba008d1a93b044da63466812;hp=5739fcfaf5bada293d1703a1b4cfd7677045ff55;hpb=4ad07e6063e68eeb1768fc751ddd4833bdb8f3c1;p=openvswitch diff --git a/python/ovs/ovsuuid.py b/python/ovs/ovsuuid.py index 5739fcfa..31c9bccd 100644 --- a/python/ovs/ovsuuid.py +++ b/python/ovs/ovsuuid.py @@ -21,6 +21,7 @@ import ovs.db.parser uuidRE = re.compile("^xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx$" .replace('x', '[0-9a-fA-F]')) + def zero(): return uuid.UUID(int=0)