openflow_input: add forgotten meter_band
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3
index 87f0494..ed2610b 100644
--- a/openflow_input/standard-1.3
+++ b/openflow_input/standard-1.3
@@ -1103,7 +1103,7 @@
 };
 
 struct of_meter_band {
-    uint16_t        type;
+    uint16_t        type == ?;
     uint16_t        len;
 //    uint32_t        rate;  // These are excluded b/c this is the header
 //    uint32_t        burst_size;  // These are excluded b/c this is the header