commit | a1b8f44b0ff141b47d8d43df59c0e765bf9a724b | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Tue Oct 01 22:05:22 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Oct 01 22:05:22 2013 -0700 |
tree | fcfc4ab972e38bf6b9e33f91e0b2610a30eb0567 | |
parent | 9cfa1658c4f6cfa83c0354109bcade11c9a645e8 [diff] |
openflow_input: add discriminator to of_table_feature_prop
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3 index 6248005..337d16c 100644 --- a/openflow_input/standard-1.3 +++ b/openflow_input/standard-1.3
@@ -1383,7 +1383,7 @@ // FIXME: These are padded to 8 byte align beyond the length indicated struct of_table_feature_prop { - uint16_t type; + uint16_t type == ?; uint16_t length; };