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)
commit11cdf5e612949b61ee0f531d355a911e0c59d6de
tree3c99044b1106e5030133e6e0b1b1b5e809b69a07
parent3c5f6de3856fa47aa184ca389dcb8d4fcc13d29a
datapath: Consistently maintain flow key.

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.
datapath/actions.c
lib/dpif-netdev.c