openflow_input: add forgotten discriminators
diff --git a/openflow_input/bsn_vport b/openflow_input/bsn_vport
index 06198df..52f7c1d 100644
--- a/openflow_input/bsn_vport
+++ b/openflow_input/bsn_vport
@@ -45,7 +45,7 @@
 // BSN Virtual port object header
 // FIXME For now, inheritance is not exercised.  See below.
 struct of_bsn_vport {
-    uint16_t type;  /* Discriminate virtual port type */
+    uint16_t type == ?;  /* Discriminate virtual port type */
     uint16_t length; /* Length in bytes of this structure with this header */
     /* Remainder of data is specific to the port type */
 };