mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 09:47:11 +00:00
zebra: clean up all router id lists
Clean up the ipv6 router-id lists associated with a zvrf - these were being leaked. Signed-off-by: Mark Stapp <mjs@voltanet.io>
This commit is contained in:
parent
c85b63238a
commit
cdc09a4b04
@ -315,6 +315,9 @@ static int zebra_vrf_delete(struct vrf *vrf)
|
||||
list_delete_all_node(zvrf->rid_all_sorted_list);
|
||||
list_delete_all_node(zvrf->rid_lo_sorted_list);
|
||||
|
||||
list_delete_all_node(zvrf->rid6_all_sorted_list);
|
||||
list_delete_all_node(zvrf->rid6_lo_sorted_list);
|
||||
|
||||
otable_fini(&zvrf->other_tables);
|
||||
XFREE(MTYPE_ZEBRA_VRF, zvrf);
|
||||
vrf->info = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user