diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-10 09:45:04 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-24 13:52:57 -0400 |
| commit | aabb9a2f07bbcd1b3325e892ac6d204d123c654a (patch) | |
| tree | c7e99a136fd083e19d7b99315846e35dc1a00935 /pimd/pim_zebra.h | |
| parent | 5c3aac90d95bf2c0792ce74ec90d8eb731669f5f (diff) | |
pimd: Allow installation of NULL mroute in some situations
When we receive a S,G,RPT prune as part of a *,G tree, install
the NULL oil S,G mroute. This will cause the traffic to stop
flowing for this particular S,G as we expect.
Ticket: CM-16978
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_zebra.h')
| -rw-r--r-- | pimd/pim_zebra.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_zebra.h b/pimd/pim_zebra.h index e8b6e1000e..d9b17cb82d 100644 --- a/pimd/pim_zebra.h +++ b/pimd/pim_zebra.h @@ -42,7 +42,7 @@ void igmp_source_forward_stop(struct igmp_source *source); void igmp_source_forward_reevaluate_all(void); void pim_forward_start(struct pim_ifchannel *ch); -void pim_forward_stop(struct pim_ifchannel *ch); +void pim_forward_stop(struct pim_ifchannel *ch, bool install_it); void sched_rpf_cache_refresh(void); struct zclient *pim_zebra_zclient_get(void); |
