projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcb3457
)
Add retired Nicira entension types.
author
Justin Pettit
<jpettit@nicira.com>
Thu, 12 Mar 2009 20:44:49 +0000
(13:44 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Thu, 12 Mar 2009 20:44:49 +0000
(13:44 -0700)
Old Nicira extension types must be kept around to prevent problems when
mixing and matching versions of the switch.
include/openflow/nicira-ext.h
patch
|
blob
|
history
diff --git
a/include/openflow/nicira-ext.h
b/include/openflow/nicira-ext.h
index db96767fdd36b63cce43e515d97eab1a53d662a8..39f9bb10e171ef4c35aef04fc8014e4ee866d079 100644
(file)
--- a/
include/openflow/nicira-ext.h
+++ b/
include/openflow/nicira-ext.h
@@
-42,6
+42,12
@@
enum nicira_type {
* completes. The reply body is struct nx_command_reply. */
NXT_COMMAND_REPLY,
+ /* No longer used. */
+ NXT_FLOW_END_CONFIG__OBSOLETE,
+
+ /* No longer used. */
+ NXT_FLOW_END__OBSOLETE,
+
/* Management protocol. See "openflow-mgmt.h". */
NXT_MGMT,
};