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/message.py b/src/python/of10/message.py index 76d7d30..41b6a83 100644 --- a/src/python/of10/message.py +++ b/src/python/of10/message.py
@@ -538,7 +538,7 @@ @arg type: The message type (OFPT_ERROR=1) Data members inherited from ofp_error_msg: - @arg type + @arg err_type @arg code @arg data: Binary string following message members