summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2019-06-18 11:31:02 -0400
committerGitHub <noreply@github.com>2019-06-18 11:31:02 -0400
commite4c03ef0444c9a15f39dfb47731b23fed6247ffa (patch)
treed70a94630607c4df4fac7f7729d306c92134ff78
parent2e4c561bf8d4b07c519fa01fdf2876d624c3c95e (diff)
parent03c2014c3d03d3ee4f0d3d9bb8ed394cf46b65a2 (diff)
Merge pull request #4495 from donaldsharp/pim_debug_expiry
pimd: Add a debug to indicate the ifchannel expiry timer has popped
-rw-r--r--pimd/pim_ifchannel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pimd/pim_ifchannel.c b/pimd/pim_ifchannel.c
index 9b242e9be5..3fb3da8f44 100644
--- a/pimd/pim_ifchannel.c
+++ b/pimd/pim_ifchannel.c
@@ -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 */