blob: 2301b1197dcc71a7398a875a249a8f7d1f13716c [file] [log] [blame]
Rich Lanea06d0c32013-03-25 08:52:03 -07001
2
3For lists of uint32 and uint8, the easy approach was taken which was to
4add OF types (wrappers) for instances of these types. This makes some
5things much easier, but makes it awkward, for example, to simply append
6a 32-bit value to the end of a list. Some helper functions should be
7added to make this easier. (Maybe? Seems to be working so far.)
8
9With the added support for auto declaring var len arrays indexed by
10version, lots of trailing commas have been added.
11
12Add type and length support for action_id classes.
13
14Table feature prop uses 0xfffe instead of 0xffff as the experimenter value.
15
16Support TABLE_FEATURE_PROP_EXPERIMENTER/_MISS
17