loxi-prep: rename stats request/type field 'type' to 'stats_type'
diff --git a/src/python/of10/class_maps.py b/src/python/of10/class_maps.py
index 668cd1b..89226b4 100644
--- a/src/python/of10/class_maps.py
+++ b/src/python/of10/class_maps.py
@@ -68,7 +68,7 @@
                                        'port_no'
                                       ],
     'ofp_stats_request'             : [
-                                       'type',
+                                       'stats_type',
                                        'flags'
                                       ],
     'ofp_aggregate_stats_request'   : [
@@ -144,7 +144,7 @@
                                        'vendor'
                                       ],
     'ofp_stats_reply'               : [
-                                       'type',
+                                       'stats_type',
                                        'flags'
                                       ],
     'ofp_queue_stats_request'       : [