From: Justin Pettit Date: Thu, 12 Mar 2009 20:44:49 +0000 (-0700) Subject: Add retired Nicira entension types. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3a155eb59e1666a44545d130520adb042de0dff;p=openvswitch Add retired Nicira entension types. Old Nicira extension types must be kept around to prevent problems when mixing and matching versions of the switch. --- diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h index db96767f..39f9bb10 100644 --- 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, };