diff options
| author | sarita patra <saritap@vmware.com> | 2022-04-27 01:21:23 -0700 |
|---|---|---|
| committer | Sarita Patra <saritap@vmware.com> | 2022-07-06 02:41:47 -0700 |
| commit | 028583e9e096cac6c6ae16afa14c72f016cb8c0c (patch) | |
| tree | 2d8b5f2de59e4ee12c60b55c5bb0b70a8ca42d2f /pimd/pim_upstream.h | |
| parent | b63192cfc2f5944ee29684b53b083bb7350822f5 (diff) | |
pim6d: Adjust rpf_addr in pim_upstream
In this PR, we are handling the pim_upstream
after rpf_addr modified from prefix to pim_addr.
Signed-off-by: sarita patra <saritap@vmware.com>
Diffstat (limited to 'pimd/pim_upstream.h')
| -rw-r--r-- | pimd/pim_upstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_upstream.h b/pimd/pim_upstream.h index 8feffb8fdb..3841d1af7b 100644 --- a/pimd/pim_upstream.h +++ b/pimd/pim_upstream.h @@ -317,7 +317,7 @@ void pim_upstream_update_join_desired(struct pim_instance *pim, struct pim_upstream *up); void pim_update_suppress_timers(uint32_t suppress_time); -void pim_upstream_join_suppress(struct pim_upstream *up, struct prefix rpf, +void pim_upstream_join_suppress(struct pim_upstream *up, pim_addr rpf, int holdtime); void pim_upstream_join_timer_decrease_to_t_override(const char *debug_label, |
