diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-04-01 07:58:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-01 07:58:05 -0400 |
| commit | 2aaa554de9535e9299519d82b11f55f12c808975 (patch) | |
| tree | 504a77d6bbb076ac8ba7a564e8b15c597bd5afad /pimd/pim_zebra.h | |
| parent | 2e725ad140e14ed03195028881be65c2cefc079a (diff) | |
| parent | 2b5c7fa46d98ea35f6febd5b3da32ca0a2445ca2 (diff) | |
Merge branch 'master' into pim_5549
Diffstat (limited to 'pimd/pim_zebra.h')
| -rw-r--r-- | pimd/pim_zebra.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_zebra.h b/pimd/pim_zebra.h index 5dc06a4a19..2ed463efaa 100644 --- a/pimd/pim_zebra.h +++ b/pimd/pim_zebra.h @@ -38,6 +38,7 @@ void igmp_anysource_forward_stop(struct igmp_group *group); void igmp_source_forward_start(struct igmp_source *source); 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); |
