ofproto: Fix OpenFlow flow statistics result.
authorBen Pfaff <blp@nicira.com>
Fri, 5 Mar 2010 00:57:08 +0000 (16:57 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 5 Mar 2010 23:29:48 +0000 (15:29 -0800)
commit01149cfd28851f963a4a16b87fb2cd76919db099
tree125b78a6861e6fbea3e4983ab73b5029bb6294f6
parent468991ad6c1b2c86220f7b6fb34c7b2b9248848a
ofproto: Fix OpenFlow flow statistics result.

It made no sense to sum the rule and subrule counters and then throw them
away.

Seemingly caused by a bad merge in commit 3f355f4 'Merge "citrix" into
"master".'

Reported-by: Jean Tourrilhes <jt@hpl.hp.com>
ofproto/ofproto.c