ofproto-dpif: Track the rule being translated during flow translation.
authorBen Pfaff <blp@nicira.com>
Thu, 19 Jan 2012 21:03:53 +0000 (13:03 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 1 Feb 2012 22:15:16 +0000 (14:15 -0800)
commit18b2a258c4c87ccd7d00fcd64722c669ba8a8cab
tree140ffab55f39026b3874e6de180308efe37df7ad
parent95974447c9005f4ad6ef880b2331e7dca0e6f661
ofproto-dpif: Track the rule being translated during flow translation.

An upcoming commit will need access to the rule being translated during
xlate_actions(), so this commit adds that feature.  The existing 'cookie'
member of struct action_xlate_ctx can be accessed through this rule, so
this commit also removes that member.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c