From: Donald Sharp Date: Tue, 29 Nov 2016 12:57:10 +0000 (-0500) Subject: pimd: When specifying 224.0.0.0/4 as the RP group inform msdp X-Git-Tag: frr-3.0-branchpoint~64^2~10^2~59 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=44521e5d2d0c85129fb15e30757b0498cd3e36fc;p=mirror%2Ffrr.git pimd: When specifying 224.0.0.0/4 as the RP group inform msdp When we modify the 224.0.0.0/4 rp address with a: 'ip pim rp A.B.C.D' We need to let msdp know that this command was entered. Signed-off-by: Donald Sharp Reviewed-by: Anuradha Karuppiah --- diff --git a/pimd/pim_rp.c b/pimd/pim_rp.c index b6d604b59a..98339ee095 100644 --- a/pimd/pim_rp.c +++ b/pimd/pim_rp.c @@ -404,6 +404,7 @@ pim_rp_new (const char *rp, const char *group_range, const char *plist) return PIM_RP_NO_PATH; pim_rp_check_interfaces (rp_all); + pim_rp_refresh_group_to_rp_mapping(); return PIM_SUCCESS; }