ofproto-dpif-rid: Use separate pointers for actions and action set.
authorBen Pfaff <blp@ovn.org>
Mon, 18 Jan 2016 22:43:01 +0000 (14:43 -0800)
committerBen Pfaff <blp@ovn.org>
Thu, 21 Jan 2016 00:50:06 +0000 (16:50 -0800)
commit417509faf2dff3be26f2ab4c9dd45809ec32e5dc
tree4920ed01e4d8da5a24ea93a8a21df4b2634f1e1b
parent5c1b231450df9e9681b7fb233217ee2f6199c11d
ofproto-dpif-rid: Use separate pointers for actions and action set.

During translation it makes some sense to concatenate these in a single
array, but in my opinion it's conceptually better to separate them for
the recirc_state; they are not naturally the same thing.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Jarno Rajahalme <jarno@ovn.org>
ofproto/ofproto-dpif-rid.c
ofproto/ofproto-dpif-rid.h
ofproto/ofproto-dpif-xlate.c