commit | bda83b6cdea34c3693acdd7b6da7d25c24392ccf | [log] [tgz] |
---|---|---|
author | Harshmeet Singh <harshmeet.singh@bigswitch.com> | Thu Apr 02 12:42:47 2015 -0700 |
committer | Harshmeet Singh <harshmeet.singh@bigswitch.com> | Thu Apr 02 12:42:47 2015 -0700 |
tree | f7221ea694c005e4124c982f2b823c1632e307e7 | |
parent | f8a632fb58854ccea74c81c44d8c01abb9cb38a6 [diff] |
add vlan_pcp tlv
diff --git a/openflow_input/bsn_tlv b/openflow_input/bsn_tlv index 7e9b376..18701ea 100644 --- a/openflow_input/bsn_tlv +++ b/openflow_input/bsn_tlv
@@ -474,3 +474,9 @@ uint16_t length; uint64_t value; }; + +struct of_bsn_tlv_vlan_pcp : of_bsn_tlv { + uint16_t type == 72; + uint16_t length; + uint8_t value; +};