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