Comment 3 for bug 1524622

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/15738
Committed: http://github.org/Juniper/contrail-vrouter/commit/374a0b2a4b01a34db4de073be853895b4e8ab78f
Submitter: Zuul
Branch: R2.20

commit 374a0b2a4b01a34db4de073be853895b4e8ab78f
Author: Anand H. Krishnan <email address hidden>
Date: Thu Dec 10 14:40:44 2015 +0530

Reset evicted flows too at the time of soft-reset

Evicted flows, while active in the flow table, is not active in the
database used by entry allocator. The API that is used to get entries
that need to be reset returns only active entries in the allocator
database, thus excluding the evicted flows from the process of reset.
Introduce a new API that will return all entries that are active
in the flow table and use that api from the reset function.

Change-Id: I41dc242dcc308768049737c644f7257f0b581ad7
Closes-BUG: 1524622