ofp-util: Rename OFPUTIL_INVALID to OFPUTIL_MSG_INVALID.
authorBen Pfaff <blp@nicira.com>
Fri, 24 Jun 2011 20:58:08 +0000 (13:58 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 30 Jun 2011 17:02:55 +0000 (10:02 -0700)
commit8f93e93c807d3acd06fb3b367276f574164b1a9c
tree066f50ebc6f55185021d8ecd8a9858241a2e969f
parentfb115f912bf9e608e32606ea0a5bae6e11c9fbfa
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.
lib/learning-switch.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
ofproto/ofproto.c