ofproto: Distinguish stats from before and after action changes.
authorJesse Gross <jesse@nicira.com>
Thu, 12 Nov 2009 23:58:18 +0000 (15:58 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 13 Nov 2009 20:43:58 +0000 (12:43 -0800)
commit42c3641cc473cfb3ae7d80363835da7df85cad2e
tree01c4c9ca69f8581b1bf7503605a0905f1e090af3
parentc4b1912e822a579d72e01fcff70d06a2c84c0306
ofproto: Distinguish stats from before and after action changes.

When a rule is revalidated and the actions change don't lump all
the stats together.  This will clear the stats in the datapath
and send a NetFlow expiration message.  This could already happen
before in certain circumstances so this change makes it more
consistent.
secchan/ofproto.c