openflow_input: add missing "_t" suffix to list members
diff --git a/openflow_input/standard-1.4 b/openflow_input/standard-1.4
index af1ab14..db0854b 100644
--- a/openflow_input/standard-1.4
+++ b/openflow_input/standard-1.4
@@ -764,7 +764,7 @@
uint8_t table_id;
pad(3);
uint32_t config;
- list(of_table_mod_prop_header) properties;
+ list(of_table_mod_prop_header_t) properties;
};
struct ofp_port_desc_prop_header {
@@ -831,7 +831,7 @@
pad(2);
uint32_t config;
uint32_t mask;
- list(of_port_mod_prop_header) properties;
+ list(of_port_mod_prop_header_t) properties;
};
// FIXME Does this need to be v4?
@@ -1564,7 +1564,7 @@
uint32_t duration_nsec;
- list(of_queue_stats_prop_header) properties;
+ list(of_queue_stats_prop_header_t) properties;
};
struct of_bucket_counter {