mirror of
https://github.com/openvswitch/ovs
synced 2025-10-19 14:37:21 +00:00
ofproto: Get rid of archaic "switch status" OpenFlow extension.
Back in 2008 or so, I introduced this extension as a way to provide information about switch status to the new "switch UI" program. Since then, the switch UI program has been removed and the important information that was provided by the switch status extension is now available in the database, so we might as well get rid of this extension, and that is what this commit does.
This commit is contained in:
@@ -126,16 +126,9 @@ OFP_ASSERT(sizeof(struct nicira_header) == 16);
|
||||
|
||||
/* Values for the 'subtype' member of struct nicira_header. */
|
||||
enum nicira_type {
|
||||
/* Switch status request. The request body is an ASCII string that
|
||||
* specifies a prefix of the key names to include in the output; if it is
|
||||
* the null string, then all key-value pairs are included. */
|
||||
NXT_STATUS_REQUEST,
|
||||
|
||||
/* Switch status reply. The reply body is an ASCII string of key-value
|
||||
* pairs in the form "key=value\n". */
|
||||
NXT_STATUS_REPLY,
|
||||
|
||||
/* No longer used. */
|
||||
NXT_STATUS_REQUEST__OBSOLETE,
|
||||
NXT_STATUS_REPLY__OBSOLETE,
|
||||
NXT_ACT_SET_CONFIG__OBSOLETE,
|
||||
NXT_ACT_GET_CONFIG__OBSOLETE,
|
||||
NXT_COMMAND_REQUEST__OBSOLETE,
|
||||
|
Reference in New Issue
Block a user