pyloxi: unpack of_list_bucket_t
diff --git a/py_gen/templates/common.py b/py_gen/templates/common.py
index 19a0d9b..c2ad61c 100644
--- a/py_gen/templates/common.py
+++ b/py_gen/templates/common.py
@@ -68,6 +68,9 @@
             return None
     return [x for x in loxi.generic_util.unpack_list_tlv16(reader, deserializer) if x != None]
 
+def unpack_list_bucket(reader):
+    return loxi.generic_util.unpack_list_lv16(reader, bucket.unpack)
+
 :: for ofclass in ofclasses:
 :: include('_ofclass.py', ofclass=ofclass, superclass="object")