These Nicira-specific requests have not been implemented for some time.
In case we need them later we can always reimplement them.
* 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,
+ /* No longer used. */
+ NXT_ACT_SET_CONFIG__OBSOLETE,
- /* Get configuration of action. */
- NXT_ACT_GET_CONFIG,
+ /* No longer used. */
+ NXT_ACT_GET_CONFIG__OBSOLETE,
/* No longer used. */
NXT_COMMAND_REQUEST__OBSOLETE,
case NXT_STATUS_REQUEST:
return switch_status_handle_request(p->switch_status, ofconn->rconn,
msg);
-
- case NXT_ACT_SET_CONFIG:
- return ofp_mkerr(OFPET_BAD_REQUEST, OFPBRC_BAD_SUBTYPE); /* XXX */
-
- case NXT_ACT_GET_CONFIG:
- return ofp_mkerr(OFPET_BAD_REQUEST, OFPBRC_BAD_SUBTYPE); /* XXX */
}
return ofp_mkerr(OFPET_BAD_REQUEST, OFPBRC_BAD_SUBTYPE);