mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +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:
@@ -31,7 +31,7 @@ struct ofpbuf;
|
||||
|
||||
/* Basic decoding and length validation of OpenFlow messages. */
|
||||
enum ofputil_msg_code {
|
||||
OFPUTIL_INVALID,
|
||||
OFPUTIL_MSG_INVALID,
|
||||
|
||||
/* OFPT_* messages. */
|
||||
OFPUTIL_OFPT_HELLO,
|
||||
|
Reference in New Issue
Block a user