ofproto: Send only one OFPT_FLOW_REMOVED message when a flow expires.
authorBen Pfaff <blp@nicira.com>
Fri, 18 Oct 2013 23:32:40 +0000 (16:32 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 21 Oct 2013 19:46:21 +0000 (12:46 -0700)
commit3641a1ca0934072368469300687a508559cb6094
tree9d051c1d4432c200ec3a204d83466f0d103fdea6
parent1e7bc050ea69b53ece1d5cdacbcdbc46a0a42a8c
ofproto: Send only one OFPT_FLOW_REMOVED message when a flow expires.

Commit 15aaf59932a3 (ofproto: Add global locking around flow table
changes.) introduced doubled messages for expirations.

Reported-by: John Hurley <john.hurley@netronome.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
AUTHORS
ofproto/ofproto.c