Added error codes for virtual port operations.
diff --git a/openflow_input/bsn_vport b/openflow_input/bsn_vport
index 476527a..e3caea6 100644
--- a/openflow_input/bsn_vport
+++ b/openflow_input/bsn_vport
@@ -30,6 +30,11 @@
 
 #version any
 
+enum ofp_bsn_vport_status_type{
+    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.