mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +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:
@@ -71,8 +71,6 @@ enum ofputil_msg_code {
|
||||
OFPUTIL_OFPST_AGGREGATE_REPLY,
|
||||
|
||||
/* NXT_* messages. */
|
||||
OFPUTIL_NXT_STATUS_REQUEST,
|
||||
OFPUTIL_NXT_STATUS_REPLY,
|
||||
OFPUTIL_NXT_TUN_ID_FROM_COOKIE,
|
||||
OFPUTIL_NXT_ROLE_REQUEST,
|
||||
OFPUTIL_NXT_ROLE_REPLY,
|
||||
|
Reference in New Issue
Block a user