ofproto: Don't send OpenFlow flow expirations hidden rules.
authorJesse Gross <jesse@nicira.com>
Fri, 13 Nov 2009 01:41:58 +0000 (17:41 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 13 Nov 2009 20:44:03 +0000 (12:44 -0800)
commit8fe1a59d281369829f474dc75eb5905c991ccd94
treecf9bd23edfe28313fc56ad147b3da6e8a86f99b1
parent42c3641cc473cfb3ae7d80363835da7df85cad2e
ofproto: Don't send OpenFlow flow expirations hidden rules.

We were reporting flow expirations for the hidden exact match flows
with the stats set to zero.  These are an implementation detail and
can confuse controllers, so don't report them.

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