diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-11-29 07:57:10 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-21 20:26:17 -0500 |
| commit | 44521e5d2d0c85129fb15e30757b0498cd3e36fc (patch) | |
| tree | 2f227fe7c756cb6a8275890dbfc9b3f840473528 /pimd/pim_rp.c | |
| parent | 86abfcb8972347a2e8a15fc38ad6d8fdda72f9f1 (diff) | |
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 <sharpd@cumulusnetworks.com>
Reviewed-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_rp.c')
| -rw-r--r-- | pimd/pim_rp.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |
