commit | 0a2406a5eac1c807e391ca3ca1299485a6e78b7a | [log] [tgz] |
---|---|---|
author | Wilson Ng <wilson.ng@bigswitch.com> | Wed Nov 05 14:01:51 2014 -0800 |
committer | Wilson Ng <wilson.ng@bigswitch.com> | Wed Nov 05 14:01:51 2014 -0800 |
tree | ec31737998189e5f4bbecc064c3ca3fe8f4c2ba1 | |
parent | 6e6da30023c0f04e212fed6bdf7dbb14f46baf50 [diff] [blame] |
Change priority to uint32_t.
diff --git a/openflow_input/bsn_tlv b/openflow_input/bsn_tlv index a083202..2235bec 100644 --- a/openflow_input/bsn_tlv +++ b/openflow_input/bsn_tlv
@@ -385,5 +385,5 @@ struct of_bsn_tlv_priority : of_bsn_tlv { uint16_t type == 57; uint16_t length; - uint16_t value; + uint32_t value; };