mirror of
https://github.com/openvswitch/ovs
synced 2025-09-02 23:35:27 +00:00
ofp-util: Rename OFPUTIL_INVALID to OFPUTIL_MSG_INVALID.
An upcoming commit will introduce new OPFUTIL_* constants for actions. It seems best to be able to visually distinguish the contants. Most of the existing constants start with a good prefix, but OFPUTIL_INVALID does not, so rename it.
This commit is contained in:
@@ -725,8 +725,8 @@ ofputil_decode_msg_type(const struct ofp_header *oh,
|
||||
}
|
||||
if (error) {
|
||||
static const struct ofputil_msg_type ofputil_invalid_type = {
|
||||
OFPUTIL_INVALID,
|
||||
0, "OFPUTIL_INVALID",
|
||||
OFPUTIL_MSG_INVALID,
|
||||
0, "OFPUTIL_MSG_INVALID",
|
||||
0, 0
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user