Merge pull request #9083 from mobash-rasool/pim-upst-3

pimd: In Prune Pending state, the holdtime change is not taking effect
This commit is contained in:
Jafar Al-Gharaibeh 2021-10-26 23:17:56 -05:00 committed by GitHub
commit 36e83b73de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: