mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 20:07:46 +00:00
zebra: free ctx if we skip replace for NHG PROTO routes
Free the ctx if we decide we dont need to do anything with this route update. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
This commit is contained in:
parent
3d3a9dc8a7
commit
841f77ff04
@ -2388,6 +2388,7 @@ dplane_route_update_internal(struct route_node *rn,
|
||||
NEXTHOP_FLAG_FIB);
|
||||
}
|
||||
|
||||
dplane_ctx_free(&ctx);
|
||||
return ZEBRA_DPLANE_REQUEST_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user