include/openflow: Move union ofp_action away from headers.
authorJarno Rajahalme <jrajahalme@nicira.com>
Wed, 16 Oct 2013 23:16:03 +0000 (16:16 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Oct 2013 18:47:52 +0000 (11:47 -0700)
commite45e72f1de0e50c4f11e9a2351f5135c002dcce3
treefa1a8e3a5ad5b0529852444f18c76ac99324effe
parent5a0a5702555d22f9a4d86739455516723cd5ba08
include/openflow: Move union ofp_action away from headers.

union ofp_action cannot remain in the OF 1.0 header as it is expanded
to include actions from later versions.  Also, it is not part of the
protocol interface and will be easier to update where it is actually
used.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
include/openflow/openflow-1.0.h
lib/ofp-actions.c
lib/ofp-util.h