When we get a wrong vif whole callback, reduce
the duplicate debug messages being processed.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
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)
{
}
#endif
- if (PIM_DEBUG_MROUTE)
- zlog_debug ("If channel: %p", ch);
-
up = pim_upstream_find (&sg);
if (up)
{