From a3a155eb59e1666a44545d130520adb042de0dff Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Thu, 12 Mar 2009 13:44:49 -0700 Subject: [PATCH] Add retired Nicira entension types. Old Nicira extension types must be kept around to prevent problems when mixing and matching versions of the switch. --- include/openflow/nicira-ext.h | 6 ++++++ 1 file changed, 6 insertions(+) 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, }; -- 2.30.2