[ovs-dev] [PATCH] ofproto-dpif: Expire fin_timeout actions when no previous timeout set.

Ben Pfaff blp at nicira.com
Wed Jul 17 16:20:02 UTC 2013


On Tue, Jul 16, 2013 at 11:10:59PM -0700, Justin Pettit wrote:
> Commit e503cc199 (ofproto: Optimise OpenFlow flow expiry) optimized
> OpenFlow flow expiration by putting expirable flows on a list.  However,
> the list is only configured at rule creation time.  If the rule is
> created without a timeout, but is later set by the fin_timeout action,
> it will never expire.  This commit adds the rule to the list when the
> action is triggered.
> 
> Bug #18584.
> 
> Signed-off-by: Justin Pettit <jpettit at nicira.com>

Acked-by: Ben Pfaff <blp at nicira.com>



More information about the dev mailing list