Merge pull request #3847 from mjstapp/fix_rnode_unlock

zebra: unlock route-node in dplane results handler
This commit is contained in:
Donald Sharp 2019-02-22 13:11:32 -05:00 committed by GitHub
commit 2eba324247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1879,6 +1879,8 @@ static void rib_process_result(struct zebra_dplane_ctx *ctx)
goto done;
}
route_unlock_node(rn);
srcdest_rnode_prefixes(rn, &dest_pfx, &src_pfx);
op = dplane_ctx_get_op(ctx);