ofp-actions: Add instructions bitmaps and fix related bug.
authorBen Pfaff <blp@nicira.com>
Mon, 11 Aug 2014 18:07:53 +0000 (11:07 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 11 Aug 2014 18:07:53 +0000 (11:07 -0700)
commit8e97815ea7b8a45ab8c0c2d90ee163f813b0b4b5
treedca0626704cacd450c32ea39dd338807ac94746f
parent08d1e2345660f563d95c53719cd305048b67a27e
ofp-actions: Add instructions bitmaps and fix related bug.

This will allow, later, to centralize all of the knowledge of instruction
encoding inside ofp-actions.

OFPIT11_ALL and OFPIT13_ALL are no longer used, so this commit removes
them.  Their definitions were wrong (they did not shift each bit into
position correctly), so this commit is also a small bug fix.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
include/openflow/openflow-1.1.h
include/openflow/openflow-1.3.h
lib/ofp-actions.c
lib/ofp-actions.h
lib/ofp-util.c
lib/ofp-util.h
ofproto/ofproto-provider.h
ofproto/ofproto.c
tests/ofproto.at