commit | 747339a0f815af8d446b67c67b9537b55f09068e | [log] [tgz] |
---|---|---|
author | Kiran Poola <kiran.poola@bigswitch.com> | Tue Jul 09 17:45:22 2013 -0700 |
committer | Kiran Poola <kiran.poola@bigswitch.com> | Tue Jul 09 17:45:22 2013 -0700 |
tree | 99083e1b3e34caffaef3bafd386d670a790409f3 | |
parent | 2c638507b89ba2cffbe26eb88e28af33a174d052 [diff] |
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.