commit | 817d6d10595f4add9166fafb4c66a79a31a682ab | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Thu Apr 02 12:50:23 2015 -0700 |
committer | abat <abat@bigswitch.com> | Thu Apr 02 12:50:23 2015 -0700 |
tree | f7221ea694c005e4124c982f2b823c1632e307e7 | |
parent | f8a632fb58854ccea74c81c44d8c01abb9cb38a6 [diff] | |
parent | bda83b6cdea34c3693acdd7b6da7d25c24392ccf [diff] |
Merge into master from pull request #390: add vlan_pcp tlv (https://github.com/floodlight/loxigen/pull/390)
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; +};