ofp-actions: Prepare to treat OF1.2 actions as OF1.1 actions.
authorBen Pfaff <blp@nicira.com>
Tue, 25 Sep 2012 17:23:38 +0000 (10:23 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 26 Sep 2012 16:21:27 +0000 (09:21 -0700)
commite9536ecb5097ee60cf0fa6f06ca27f41aa67d165
tree3e87d2cf3d92bc11392bb8c639d7a9821b6271fc
parente78b61f6e5068c959b7b2e0903f17f4e77a595f1
ofp-actions: Prepare to treat OF1.2 actions as OF1.1 actions.

The numbering of OpenFlow 1.0 actions overlaps with the numbering
of OpenFlow 1.1+ actions, so the two sets of actions have to be
distinguished for input and output.  But OpenFlow 1.1 and 1.2
actions are numbered to avoid this problem, so there is no need
to distinguish them in the same way.  Therefore, this commit
prepares to treat them together.

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