ofp-actions: Append in ofpacts_pull_openflow_actions(), instead of replace.
authorBen Pfaff <blp@ovn.org>
Mon, 18 Jan 2016 22:13:16 +0000 (14:13 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 20 Jan 2016 16:21:26 +0000 (08:21 -0800)
commit9abca1e545382e24752791a71c09b10d7c32b9fb
tree41bbc21e8121343c669d015dc9351e49d3553f30
parent182b2eef208fff46d51c640e3002979e4a0ae7f7
ofp-actions: Append in ofpacts_pull_openflow_actions(), instead of replace.

An upcoming commit will have a need to parse actions incrementally, so this
change makes that easier to do.

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