mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 15:33:34 +00:00
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:
commit
36e83b73de
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user