ofp-util: Add OFPUTIL_ACTION_INVALID to enum ofputil_action_code.
authorBen Pfaff <blp@nicira.com>
Fri, 8 Jun 2012 00:23:59 +0000 (20:23 -0400)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Jul 2012 05:21:11 +0000 (22:21 -0700)
commit690a61c50a4744603be2ee3de8e22c97f9140d94
treeecd664162c7369d6d212e1b611c4ef675e3fc93f
parent2a586a5c1349177dcb9306e4b91ca4063ec79722
ofp-util: Add OFPUTIL_ACTION_INVALID to enum ofputil_action_code.

Possibly the ofputil_decode_action() interface should be rethought now
that ofputil_action_code has an invalid value.

Reviewed-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-parse.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
ofproto/ofproto-dpif.c