commit | 83c7de7047d25904c531fc3a892ab87416f431aa | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Wed Nov 05 10:16:48 2014 -0800 |
committer | abat <abat@bigswitch.com> | Wed Nov 05 10:16:48 2014 -0800 |
tree | 87ce5e65455368d5ef937d5a6af1b2829d999795 | |
parent | b34bd717880b534e70172081e5b5a94ee629dd43 [diff] | |
parent | d353d24b47cd897cdcfdefffb98467c313b6349d [diff] |
Merge into master from pull request #344: openflow_input: add data bsn_tlv (https://github.com/floodlight/loxigen/pull/344)
diff --git a/openflow_input/bsn_tlv b/openflow_input/bsn_tlv index 8b55b03..49598ce 100644 --- a/openflow_input/bsn_tlv +++ b/openflow_input/bsn_tlv
@@ -369,3 +369,9 @@ uint16_t length; enum ofp_bsn_lacp_state value; }; + +struct of_bsn_tlv_data : of_bsn_tlv { + uint16_t type == 55; + uint16_t length; + of_octets_t value; +};