commit | d353d24b47cd897cdcfdefffb98467c313b6349d | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Wed Nov 05 10:11:19 2014 -0800 |
committer | Rich Lane <rlane@bigswitch.com> | Wed Nov 05 10:11:19 2014 -0800 |
tree | 87ce5e65455368d5ef937d5a6af1b2829d999795 | |
parent | b34bd717880b534e70172081e5b5a94ee629dd43 [diff] [blame] |
openflow_input: add data bsn_tlv
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; +};