ofp-actions: Translate OF1.0 "enqueue" actions for OF1.1+.
authorBen Pfaff <blp@ovn.org>
Wed, 13 Jul 2016 22:53:20 +0000 (15:53 -0700)
committerBen Pfaff <blp@ovn.org>
Thu, 14 Jul 2016 16:15:29 +0000 (09:15 -0700)
commit0f2aaee939fb9d10c6d985687edb20c8847f9143
tree5a2633b334935be6e9e2fb114cf51844a1f6b4b3
parentae3b45b643f0ae02823e7e8210d6e75eab5b25e8
ofp-actions: Translate OF1.0 "enqueue" actions for OF1.1+.

Previously, the OF1.0 "enqueue" action was simply omitted when actions
were translated into OpenFlow 1.1 or later, which do not have a similar
action.  This commit translates this action into an equivalent sequence
of actions.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Jarno Rajahalme <jarno@ovn.org>
NEWS
lib/ofp-actions.c
tests/ofp-actions.at