commit | 1567619f0e5d63f577c6afbaaf68a43e323f0a8c | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Wed Nov 05 14:19:25 2014 -0800 |
committer | abat <abat@bigswitch.com> | Wed Nov 05 14:19:25 2014 -0800 |
tree | 2800e43a788d1ce550b216964373098f88e4eb67 | |
parent | 83c7de7047d25904c531fc3a892ab87416f431aa [diff] | |
parent | 1f2162deca1d041ceae55589ce62aaf65972da73 [diff] |
Merge into master from pull request #343: Additions to OF 1.4 input files (https://github.com/floodlight/loxigen/pull/343)
diff --git a/openflow_input/bsn_tlv b/openflow_input/bsn_tlv index 2fc4f86..9e290fa 100644 --- a/openflow_input/bsn_tlv +++ b/openflow_input/bsn_tlv
@@ -370,3 +370,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; +};