Add retired Nicira entension types.
authorJustin Pettit <jpettit@nicira.com>
Thu, 12 Mar 2009 20:44:49 +0000 (13:44 -0700)
committerJustin 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

index db96767fdd36b63cce43e515d97eab1a53d662a8..39f9bb10e171ef4c35aef04fc8014e4ee866d079 100644 (file)
@@ -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,
 };