openflow_input: add discriminator fields
diff --git a/openflow_input/bsn b/openflow_input/bsn
index 16f3323..0aa674b 100644
--- a/openflow_input/bsn
+++ b/openflow_input/bsn
@@ -34,7 +34,7 @@
     uint16_t length;
     uint32_t xid;
     uint32_t experimenter == 0x5c16c7;
-    uint32_t subtype;
+    uint32_t subtype == ?;
 };
 
 // BSN extension action
@@ -42,7 +42,7 @@
     uint16_t type == 65535;
     uint16_t len;
     uint32_t experimenter == 0x5c16c7;
-    uint32_t subtype;
+    uint32_t subtype == ?;
     pad(4);
 };