Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
northd: Fix lflow ref node's reference counting.
When the lflows in an lflow_ref are unlinked by calling lflow_ref_unlink_lflows(lflow_ref), the dp_ref counter for each lflow in the lflow_ref is decremented (by calling dp_refcnt_release()), but it is not incremented later when the same lflow is linked back to the lflow_ref. This patch fixes it. Fixes: a623606 ("northd: Refactor lflow management into a separate module.") Signed-off-by: Numan Siddique <[email protected]>
- Loading branch information