mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 22:37:49 +00:00
Merge pull request #4495 from donaldsharp/pim_debug_expiry
pimd: Add a debug to indicate the ifchannel expiry timer has popped
This commit is contained in:
commit
e4c03ef044
@ -613,6 +613,10 @@ static int on_ifjoin_expiry_timer(struct thread *t)
|
||||
|
||||
ch = THREAD_ARG(t);
|
||||
|
||||
if (PIM_DEBUG_TRACE)
|
||||
zlog_debug("%s: ifchannel %s expiry timer", __PRETTY_FUNCTION__,
|
||||
ch->sg_str);
|
||||
|
||||
ifjoin_to_noinfo(ch, true);
|
||||
/* ch may have been deleted */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user