commit | 7c7342aacc146b200e3c4def63c5280ed7adb4b9 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Mon Mar 11 14:16:58 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 10:45:56 2013 -0700 |
tree | a8c2c9f4e92e0a5efb278b579d882d6e42a6120b | |
parent | 4e361bb5b280268aab5cab94fadfc01e0d94555e [diff] [blame] |
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' : [