ofproto: Update stats for exact match flows before expiration.
authorJesse Gross <jesse@nicira.com>
Wed, 11 Nov 2009 19:13:37 +0000 (11:13 -0800)
committerJesse Gross <jesse@nicira.com>
Wed, 11 Nov 2009 19:13:37 +0000 (11:13 -0800)
commit46d6f36f042e5a23d1548ca4d2f1c8eeca9031ca
tree528683a806226386092a0ae0a088ec220ecd681a
parentf2d7fd66cf51b83acbe509f8ef6d4b34538d0646
ofproto: Update stats for exact match flows before expiration.

When a wildcarded flow is expired we remove all of the subrules to
collect their stats before sending a flow expiration message.  However,
we were only removing exact match flows after the expiration message
is composed.  This uninstalls it first.

CC: David Erickson <derickso@stanford.edu>
secchan/ofproto.c