X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fopenflow%2Fnicira-ext.h;h=7232d570723c8c54ab23ce95e931e82af67d56bc;hb=0b523ea7a82cd9e67b17a1b36b69dc3398c85f07;hp=c2cd1ef54ef125bd979ce6a6787a41c538bafc0f;hpb=05b3c97be6a9a5efa27edb40023e329f680837c5;p=openvswitch diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h index c2cd1ef5..7232d570 100644 --- a/include/openflow/nicira-ext.h +++ b/include/openflow/nicira-ext.h @@ -37,27 +37,14 @@ 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, - - /* Management protocol. See "openflow-mgmt.h". */ - NXT_MGMT, + NXT_MGMT__OBSOLETE, }; struct nicira_header {