summaryrefslogtreecommitdiffstats
path: root/pimd/pim_rpf.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-11-29 16:35:43 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-12-22 02:26:17 +0100
commit802b226c8d9fe51919cd9388b37cb20e7d62fd46 (patch)
tree3da99e4a3e55bbc198836a213f54064bf7299934 /pimd/pim_rpf.c
parentpimd: Add more RP rescan points (diff)
downloadfrr-802b226c8d9fe51919cd9388b37cb20e7d62fd46.tar.xz
frr-802b226c8d9fe51919cd9388b37cb20e7d62fd46.zip
pimd: Cleanup nexthop debugging
When debugging nexthops, we print allot of unnecessary data Move some debugs to trace detail to reduce log clutter. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_rpf.c')
-rw-r--r--pimd/pim_rpf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_rpf.c b/pimd/pim_rpf.c
index 24ed621a0..914395e59 100644
--- a/pimd/pim_rpf.c
+++ b/pimd/pim_rpf.c
@@ -137,7 +137,7 @@ int pim_nexthop_lookup(struct pim_nexthop *nexthop, struct in_addr addr, int nei
struct pim_neighbor *nbr;
nbr = pim_neighbor_find (ifp, nexthop_tab[i].nexthop_addr.u.prefix4);
- if (PIM_DEBUG_ZEBRA)
+ if (PIM_DEBUG_PIM_TRACE_DETAIL)
zlog_debug ("ifp name: %s, pim nbr: %p", ifp->name, nbr);
if (!nbr && !if_is_loopback (ifp))
i++;