pyloxi: support (only) empty 1.2/1.3 matches
diff --git a/py_gen/codegen.py b/py_gen/codegen.py
index 82bf772..f55610b 100644
--- a/py_gen/codegen.py
+++ b/py_gen/codegen.py
@@ -87,6 +87,8 @@
         oxm_len = of_g.base_length[(cls, version)]
         type_values['type_len'] = '%#x' % (oxm_class << 16 | oxm_type << 8 | \
                                            oxm_masked << 8 | oxm_len)
+    elif cls == "of_match_v3":
+        type_values['type'] = 1
 
     return type_values