ofproto: Correctly credit stats for displaced rules.
authorJesse Gross <jesse@nicira.com>
Thu, 12 Nov 2009 20:44:44 +0000 (12:44 -0800)
committerJesse Gross <jesse@nicira.com>
Thu, 12 Nov 2009 22:31:39 +0000 (14:31 -0800)
commit14986b312eebf556c20e03b49fbff51859e38c5a
tree47e70a28e651394d82bdc20abf4ca73828ef3002
parentf1bd68ab587edcbf6d6702c1843eba286db190ab
ofproto: Correctly credit stats for displaced rules.

When a rule displaces another, we are supposed to credit the stats
for packets that have already been processed to the displaced rule
before we eject it from the datapath.  However, we were instead
crediting the new rule.
secchan/ofproto.c