commit | 8ecd3f114236e12b6c730e1194ccb3305f7db3fb | [log] [tgz] |
---|---|---|
author | Kiran Poola <kiran.poola@bigswitch.com> | Tue Jul 09 17:58:12 2013 -0700 |
committer | Kiran Poola <kiran.poola@bigswitch.com> | Tue Jul 09 17:58:12 2013 -0700 |
tree | 92ce0e4d06ba0ee5cd98e4877d160ba4fff4f684 | |
parent | 747339a0f815af8d446b67c67b9537b55f09068e [diff] [blame] |
review comments addressed.
diff --git a/openflow_input/bsn_vport b/openflow_input/bsn_vport index e3caea6..0cf30bf 100644 --- a/openflow_input/bsn_vport +++ b/openflow_input/bsn_vport
@@ -30,7 +30,7 @@ #version any -enum ofp_bsn_vport_status_type{ +enum ofp_bsn_vport_status { OF_BSN_VPORT_STATUS_OK = 0, OF_BSN_VPORT_STATUS_FAILED = 1, };