Merge into master from pull request #32:
Error codes for virtual port operations (https://github.com/floodlight/loxigen/pull/32)
diff --git a/openflow_input/bsn_vport b/openflow_input/bsn_vport
index 476527a..0cf30bf 100644
--- a/openflow_input/bsn_vport
+++ b/openflow_input/bsn_vport
@@ -30,6 +30,11 @@
 
 #version any
 
+enum ofp_bsn_vport_status {
+    OF_BSN_VPORT_STATUS_OK = 0,
+    OF_BSN_VPORT_STATUS_FAILED = 1,
+};
+
 // When the ingress or egress VID has this value, no outer tag should be used.
 // In this case, the corresponding TPID is ignored.