commit | 2034f5e598d2a6c85591a17fc30b694e96e97aef | [log] [tgz] |
---|---|---|
author | Wilson Ng <wilson.ng@bigswitch.com> | Wed Nov 05 13:29:22 2014 -0800 |
committer | Wilson Ng <wilson.ng@bigswitch.com> | Wed Nov 05 13:29:22 2014 -0800 |
tree | 5d8d7df5a0130f4d066aa2674d7fb80406142467 | |
parent | 58a9190c15c997edd82f1d8bb75c0a0f26d9a0f6 [diff] |
Fix type_len.
diff --git a/openflow_input/bsn_l2_cache_hit b/openflow_input/bsn_l2_cache_hit index 97d7304..694bc65 100644 --- a/openflow_input/bsn_l2_cache_hit +++ b/openflow_input/bsn_l2_cache_hit
@@ -41,7 +41,7 @@ }; struct of_oxm_bsn_l2_cache_hit_masked : of_oxm { - uint32_t type_len == 0x00032402; + uint32_t type_len == 0x00032502; uint8_t value; uint8_t value_mask; };