commit | c9c54febc8de7edb9e2b8f8c3ae9ba1590fb42b0 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Wed Apr 23 15:15:09 2014 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Wed Apr 23 15:35:32 2014 -0700 |
tree | 258df68ab8d8f2e3b2b74db165a2243eda43104a | |
parent | 3a35d5212c5cbfa19ce605191855d1b6a9124b89 [diff] |
loci: OF_HEADER is a message It's the base class for all messages.
diff --git a/c_gen/loxi_utils_legacy.py b/c_gen/loxi_utils_legacy.py index 220d043..48aaca0 100644 --- a/c_gen/loxi_utils_legacy.py +++ b/c_gen/loxi_utils_legacy.py
@@ -93,7 +93,7 @@ """ Return True if cls is a message object based on info in unified """ - return "xid" in of_g.unified[cls]["union"] and cls != "of_header" + return "xid" in of_g.unified[cls]["union"] def class_is_tlv16(cls): """