diff options
Diffstat (limited to 'pimd/pim_tib.h')
-rw-r--r-- | pimd/pim_tib.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pimd/pim_tib.h b/pimd/pim_tib.h index 081ad908..a41d0a84 100644 --- a/pimd/pim_tib.h +++ b/pimd/pim_tib.h @@ -16,5 +16,8 @@ extern bool tib_sg_gm_join(struct pim_instance *pim, pim_sgaddr sg, struct interface *oif, struct channel_oil **oilp); extern void tib_sg_gm_prune(struct pim_instance *pim, pim_sgaddr sg, struct interface *oif, struct channel_oil **oilp); +extern void tib_sg_proxy_join_prune_check(struct pim_instance *pim, + pim_sgaddr sg, struct interface *oif, + bool join); #endif /* _FRR_PIM_GLUE_H */ |