From ed14fa00758a156b108854bb35bc5077654f080d Mon Sep 17 00:00:00 2001 From: "Balaji.G" Date: Wed, 8 Oct 2014 01:11:31 -0300 Subject: pimd: Addition of Hello & Join-Prune message debug commands Separate "debug pim packets hello and Join-Prune" added to enable hello and Join-Prune debugs specifically --- pimd/pim_pim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pimd/pim_pim.c') diff --git a/pimd/pim_pim.c b/pimd/pim_pim.c index fb6c3acb..04823c21 100644 --- a/pimd/pim_pim.c +++ b/pimd/pim_pim.c @@ -509,7 +509,7 @@ static int hello_send(struct interface *ifp, pim_ifp = ifp->info; - if (PIM_DEBUG_PIM_PACKETS) { + if (PIM_DEBUG_PIM_PACKETS || PIM_DEBUG_PIM_HELLO) { char dst_str[100]; pim_inet4_dump("", qpim_all_pim_routers_addr, dst_str, sizeof(dst_str)); zlog_debug("%s: to %s on %s: holdt=%u prop_d=%u overr_i=%u dis_join_supp=%d dr_prio=%u gen_id=%08x addrs=%d", -- cgit v1.2.3