openflow_input: change of_bsn_pktin_suppression_reply.status to uint32_t
diff --git a/c_gen/templates/loci_show.h b/c_gen/templates/loci_show.h
index b17b2d6..a28a7d4 100644
--- a/c_gen/templates/loci_show.h
+++ b/c_gen/templates/loci_show.h
@@ -117,7 +117,6 @@
 #define LOCI_SHOW_u16_egress_vlan_id(writer, cookie, val)  LOCI_SHOW_u16(writer, cookie, val)
 #define LOCI_SHOW_u32_enabled(writer, cookie, val)         LOCI_SHOW_u32(writer, cookie, val)
 #define LOCI_SHOW_u32_enable(writer, cookie, val)          LOCI_SHOW_u32(writer, cookie, val)
-#define LOCI_SHOW_u8_status(writer, cookie, val)           LOCI_SHOW_u8(writer, cookie, val)
 
 
 
diff --git a/openflow_input/bsn_pktin_suppression b/openflow_input/bsn_pktin_suppression
index 00e6b65..281d6d4 100644
--- a/openflow_input/bsn_pktin_suppression
+++ b/openflow_input/bsn_pktin_suppression
@@ -77,5 +77,5 @@
     uint32_t xid;
     uint32_t experimenter == 0x5c16c7;
     uint32_t subtype == 25;
-    uint8_t status; // 0 means success
+    uint32_t status; // 0 means success
 };