Fix type_len.
diff --git a/openflow_input/bsn_l2_cache_hit b/openflow_input/bsn_l2_cache_hit
index 97d7304..694bc65 100644
--- a/openflow_input/bsn_l2_cache_hit
+++ b/openflow_input/bsn_l2_cache_hit
@@ -41,7 +41,7 @@
 };
 
 struct of_oxm_bsn_l2_cache_hit_masked : of_oxm {
-    uint32_t type_len == 0x00032402;
+    uint32_t type_len == 0x00032502;
     uint8_t value;
     uint8_t value_mask;
 };