summaryrefslogtreecommitdiff
path: root/pimd/pim_ifchannel.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-12-01 07:48:54 -0500
committerGitHub <noreply@github.com>2020-12-01 07:48:54 -0500
commitfc54da096684bcdcb7402d07ca6a9b88c67be0c6 (patch)
tree64da841de2db03b1c7271d2653a0a0f9661d7e99 /pimd/pim_ifchannel.c
parentb8a9f6c6a27c15a1c083dfc2f653fc322a1de42c (diff)
parent99f9518b4a82b710902900c52dc1363cf9ef7da2 (diff)
Merge pull request #7404 from vishaldhingra/pim
pimd: (*,G) Prune processing doesn't remove SGRpt ifchannel
Diffstat (limited to 'pimd/pim_ifchannel.c')
-rw-r--r--pimd/pim_ifchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_ifchannel.c b/pimd/pim_ifchannel.c
index b2971e5f1f..e7ff434f4b 100644
--- a/pimd/pim_ifchannel.c
+++ b/pimd/pim_ifchannel.c
@@ -258,7 +258,7 @@ void pim_ifchannel_delete_all(struct interface *ifp)
}
}
-static void delete_on_noinfo(struct pim_ifchannel *ch)
+void delete_on_noinfo(struct pim_ifchannel *ch)
{
if (ch->local_ifmembership == PIM_IFMEMBERSHIP_NOINFO
&& ch->ifjoin_state == PIM_IFJOIN_NOINFO