datapath: Consistently maintain flow key.
authorJesse Gross <jesse@nicira.com>
Fri, 12 Mar 2010 21:36:58 +0000 (16:36 -0500)
committerJesse Gross <jesse@nicira.com>
Mon, 15 Mar 2010 19:44:41 +0000 (15:44 -0400)
After executing an action that changes a packet sometimes we update
the flow key and sometimes we don't.  This is potentially problematic
because we sometimes use the key for checks later on.  This consistently
maintains the key.


No differences found