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:44:17 +0000 (12:44 -0700)
commitad9ca2fc4ab3f2380a9034a8c276b49cf58411fe
treec6f730a1267afba2c14bdc086d1de8e04f30e155
parent36b87338ede898da6a1b86d374d2036683195856
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