commit | 4e361bb5b280268aab5cab94fadfc01e0d94555e | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Mon Mar 11 13:57:31 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 10:45:56 2013 -0700 |
tree | 6356f6026aca8ee507872c449278ab1f3cbb7d50 | |
parent | 5fd6faf673cf448933155ad43b9933bf47764e2c [diff] [blame] |
loxi-prep: rename error 'type' field to 'err_type'
diff --git a/src/python/of10/class_maps.py b/src/python/of10/class_maps.py index 7e61571..668cd1b 100644 --- a/src/python/of10/class_maps.py +++ b/src/python/of10/class_maps.py
@@ -242,7 +242,7 @@ 'flags' ], 'ofp_error_msg' : [ - 'type', + 'err_type', 'code' ], '_ignore' : []