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;
+};