mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 16:06:20 +00:00
Merge pull request #3847 from mjstapp/fix_rnode_unlock
zebra: unlock route-node in dplane results handler
This commit is contained in:
commit
2eba324247
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user