ofproto: Copy the flow being translated in xlate_actions().
authorBen Pfaff <blp@nicira.com>
Fri, 9 Apr 2010 22:19:12 +0000 (15:19 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Apr 2010 17:09:25 +0000 (10:09 -0700)
commite18fe8a220f268624e5b670d6adcf2d4080866aa
treea194e4fa708709e432663b714e0eec0f17b418dd
parentb302749b70bd8b487bdfe0ffcdacbf730da8b6ca
ofproto: Copy the flow being translated in xlate_actions().

This change should have no user-visible effect, but it paves the way for
the following commit, which requires the action_xlate_ctx's flow to be
modifiable.
ofproto/ofproto.c