summaryrefslogtreecommitdiff
path: root/pimd/pim_upstream.h
diff options
context:
space:
mode:
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>2019-11-15 11:19:53 -0800
committerAnuradha Karuppiah <anuradhak@cumulusnetworks.com>2019-11-15 12:00:29 -0800
commita749b9004136bd7c550c54f8f21d1e84b1569c20 (patch)
treeab1ad5b213182edaf28976ca2b62b580403064f5 /pimd/pim_upstream.h
parent9929a2a9af74fa96900d670e714e8fa613c44f45 (diff)
pimd: on some triggers use_rpt re-evaluated for all groups
RP config change is a big hammer and use_rpt/spt needs to be re-evaluated on all existing (S,G) entries. Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_upstream.h')
-rw-r--r--pimd/pim_upstream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_upstream.h b/pimd/pim_upstream.h
index 7597baaa32..3925bdf4a6 100644
--- a/pimd/pim_upstream.h
+++ b/pimd/pim_upstream.h
@@ -336,4 +336,5 @@ void pim_upstream_fill_static_iif(struct pim_upstream *up,
struct interface *incoming);
void pim_upstream_update_use_rpt(struct pim_upstream *up,
bool update_mroute);
+void pim_upstream_reeval_use_rpt(struct pim_instance *pim);
#endif /* PIM_UPSTREAM_H */