summaryrefslogtreecommitdiff
path: root/pimd/pim_zebra.h
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2021-11-22 08:30:18 -0500
committerGitHub <noreply@github.com>2021-11-22 08:30:18 -0500
commitcfbf74a9a13493044fb963eaee41360f31edca46 (patch)
tree07185a9ffc592c1e2c1988a570628c0d39f90712 /pimd/pim_zebra.h
parente59d8139ae7fc7d8998476baed58edea0cd52892 (diff)
parent5e0105ff80eb5e7b60cd1cdbe16aabb9f8b20463 (diff)
Merge pull request #10088 from opensourcerouting/pim-forward-stop
pimd: fix stale forwarding entries left around after join goes away
Diffstat (limited to 'pimd/pim_zebra.h')
-rw-r--r--pimd/pim_zebra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_zebra.h b/pimd/pim_zebra.h
index 0f216cf5c9..349903cc67 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(struct pim_instance *pim);
void pim_forward_start(struct pim_ifchannel *ch);
-void pim_forward_stop(struct pim_ifchannel *ch, bool install_it);
+void pim_forward_stop(struct pim_ifchannel *ch);
void sched_rpf_cache_refresh(struct pim_instance *pim);
struct zclient *pim_zebra_zclient_get(void);