commit | 2a668453807816185a9b303fc7ec109cd8a396b1 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Mon Jun 09 17:14:26 2014 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Mon Jun 09 17:14:26 2014 -0700 |
tree | 254cc0ca3cd81abfbdead615f4e59074acabd49e | |
parent | b082bcd13a0bb8270df593d3ae468b95450a55a5 [diff] [blame] |
bsn_flow_checksum: change table_id type to 8 bits for consistency Compatibility is maintained for valeus that fit in 8 bits.
diff --git a/openflow_input/bsn_flow_checksum b/openflow_input/bsn_flow_checksum index f8d9b51..7c92eca 100644 --- a/openflow_input/bsn_flow_checksum +++ b/openflow_input/bsn_flow_checksum
@@ -110,7 +110,8 @@ uint32_t xid; uint32_t experimenter == 0x5c16c7; uint32_t subtype == 61; - uint16_t table_id; + pad(1); + uint8_t table_id; pad(2); uint32_t buckets_size; };