From: Daniel Walton Date: Fri, 9 Sep 2016 20:24:31 +0000 (+0000) Subject: Unable to remove route-map from quagga X-Git-Tag: frr-3.0-branchpoint~64^2~10^2~234 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=44a13ae330902eafbd098f711f886ad44c88f664;p=matthieu%2Ffrr.git Unable to remove route-map from quagga Signed-off-by: Daniel Walton Reviewed-by: Donald Sharp Ticket: CM-12816 pim was missing route-map hooks (cherry picked from commit 28b0c6b377e56e76c674c27e384238a755b173b2) Conflicts: pimd/pimd.c --- diff --git a/pimd/pimd.c b/pimd/pimd.c index 3d1648c270..881c75dfb4 100644 --- a/pimd/pimd.c +++ b/pimd/pimd.c @@ -92,6 +92,7 @@ static void pim_free() pim_route_map_terminate(); pim_rp_free (); + pim_route_map_terminate(); } void pim_init()