commit | 9ba65367a24d864469982b2d71c172b0a6583316 | [log] [tgz] |
---|---|---|
author | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Fri Aug 02 19:14:42 2013 -0700 |
committer | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Fri Aug 02 19:14:42 2013 -0700 |
tree | 5bf1586fedb1b33017795407884dc49520c2744e | |
parent | d516b67b3428aa01c4f7a0305174a8c30153d841 [diff] |
openflow_input: add forgotten meter_band
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3 index 87f0494..ed2610b 100644 --- a/openflow_input/standard-1.3 +++ b/openflow_input/standard-1.3
@@ -1103,7 +1103,7 @@ }; struct of_meter_band { - uint16_t type; + uint16_t type == ?; uint16_t len; // uint32_t rate; // These are excluded b/c this is the header // uint32_t burst_size; // These are excluded b/c this is the header