From 5441e690487700235ee7b5411f3d7aac0e9b2f2c Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 17 Nov 2016 10:03:21 -0500 Subject: [PATCH] pimd: Reduce duplicate debug messages in wrvifwhole When we get a wrong vif whole callback, reduce the duplicate debug messages being processed. Signed-off-by: Donald Sharp --- pimd/pim_mroute.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pimd/pim_mroute.c b/pimd/pim_mroute.c index c7730acc04..d58cfaa9a2 100644 --- a/pimd/pim_mroute.c +++ b/pimd/pim_mroute.c @@ -340,10 +340,6 @@ pim_mroute_msg_wrvifwhole (int fd, struct interface *ifp, const char *buf) sg.src = ip_hdr->ip_src; sg.grp = ip_hdr->ip_dst; - if (PIM_DEBUG_MROUTE) - zlog_debug ("Received WHOLEPKT Wrong Vif for %s on %s", - pim_str_sg_dump (&sg), ifp->name); - ch = pim_ifchannel_find(ifp, &sg); if (ch) { @@ -365,9 +361,6 @@ pim_mroute_msg_wrvifwhole (int fd, struct interface *ifp, const char *buf) } #endif - if (PIM_DEBUG_MROUTE) - zlog_debug ("If channel: %p", ch); - up = pim_upstream_find (&sg); if (up) { -- 2.39.5