pyloxi: skip padding after reading of_match_v3
diff --git a/py_gen/templates/_unpack.py b/py_gen/templates/_unpack.py
index 6bf0db6..7f3ce2a 100644
--- a/py_gen/templates/_unpack.py
+++ b/py_gen/templates/_unpack.py
@@ -52,3 +52,6 @@
         obj.${m.name} = ${m.oftype.gen_unpack_expr(reader_expr)}
 ::     #endif
 :: #endfor
+:: if ofclass.name == 'of_match_v3':
+        reader.skip((_length + 7)/8*8 - _length)
+:: #endif