X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fopenflow%2Fnicira-ext.h;h=7232d570723c8c54ab23ce95e931e82af67d56bc;hb=2da0385d1f57fe00977d2e58022b3f9a6604192e;hp=a62f59e14c99eb764018d2446a8c7b4941201682;hpb=6468b79c635570168de53534dcb3a7feec0d5ba7;p=openvswitch diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h index a62f59e1..7232d570 100644 --- a/include/openflow/nicira-ext.h +++ b/include/openflow/nicira-ext.h @@ -37,26 +37,13 @@ enum nicira_type { * pairs in the form "key=value\n". */ NXT_STATUS_REPLY, - /* Configure an action. Most actions do not require configuration - * beyond that supplied in the actual action call. */ - NXT_ACT_SET_CONFIG, - - /* Get configuration of action. */ - NXT_ACT_GET_CONFIG, - /* No longer used. */ + NXT_ACT_SET_CONFIG__OBSOLETE, + NXT_ACT_GET_CONFIG__OBSOLETE, NXT_COMMAND_REQUEST__OBSOLETE, - - /* No longer used. */ NXT_COMMAND_REPLY__OBSOLETE, - - /* No longer used. */ NXT_FLOW_END_CONFIG__OBSOLETE, - - /* No longer used. */ NXT_FLOW_END__OBSOLETE, - - /* No longer used. */ NXT_MGMT__OBSOLETE, };