mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 17:15:14 +00:00
pimd: Remove Double call of routemap_teriminate
"He's dead, Jim" Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
0df668666e
commit
59d4564e0f
@ -87,10 +87,9 @@ static void pim_free()
|
|||||||
if (qpim_static_route_list)
|
if (qpim_static_route_list)
|
||||||
list_free(qpim_static_route_list);
|
list_free(qpim_static_route_list);
|
||||||
|
|
||||||
pim_route_map_terminate();
|
|
||||||
|
|
||||||
pim_if_terminate ();
|
pim_if_terminate ();
|
||||||
pim_rp_free ();
|
pim_rp_free ();
|
||||||
|
|
||||||
pim_route_map_terminate();
|
pim_route_map_terminate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user