commit | 7b7c3619cf68d3654b301cc92efd4341cddfe323 | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Mon Jun 09 17:21:37 2014 -0700 |
committer | abat <abat@bigswitch.com> | Mon Jun 09 17:21:37 2014 -0700 |
tree | 254cc0ca3cd81abfbdead615f4e59074acabd49e | |
parent | b082bcd13a0bb8270df593d3ae468b95450a55a5 [diff] | |
parent | 2a668453807816185a9b303fc7ec109cd8a396b1 [diff] |
Merge into master from pull request #280: bsn_flow_checksum: change table_id type to 8 bits for consistency (https://github.com/floodlight/loxigen/pull/280)
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; };