summaryrefslogtreecommitdiff
path: root/pimd/pim_ifchannel.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2021-10-26 23:17:56 -0500
committerGitHub <noreply@github.com>2021-10-26 23:17:56 -0500
commit36e83b73de5f3ec1ea922c3b817db82c8ee6aedc (patch)
treecb285b747c05c2a16f7ec71c3c52a0bb62a524fc /pimd/pim_ifchannel.c
parent0c124f75db6b37cd67f643935b04ee40b9ea6b52 (diff)
parentb206dc5566dc790174f2fd1d14687612a54c7acd (diff)
Merge pull request #9083 from mobash-rasool/pim-upst-3
pimd: In Prune Pending state, the holdtime change is not taking effect
Diffstat (limited to 'pimd/pim_ifchannel.c')
-rw-r--r--pimd/pim_ifchannel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_ifchannel.c b/pimd/pim_ifchannel.c
index 3f985e64b4..86f897aed1 100644
--- a/pimd/pim_ifchannel.c
+++ b/pimd/pim_ifchannel.c
@@ -1021,6 +1021,7 @@ void pim_ifchannel_join_add(struct interface *ifp, struct in_addr neigh_addr,
if (remain > holdtime)
return;
}
+ THREAD_OFF(ch->t_ifjoin_expiry_timer);
break;
case PIM_IFJOIN_PRUNE_TMP: