summaryrefslogtreecommitdiffstats
path: root/pimd/pim_pim.c
diff options
context:
space:
mode:
authorBalaji.G <balajig81@gmail.com>2014-10-08 01:11:31 -0300
committerDavid Lamparter <equinox@opensourcerouting.org>2015-02-04 06:08:02 +0100
commited14fa00758a156b108854bb35bc5077654f080d (patch)
treecf73290d653593d9891e1f7531ee696a7828dcae /pimd/pim_pim.c
parent21d1e26dcb4dc290fd0fe05618cbc96c67f85ffe (diff)
downloadquagga-ed14fa00758a156b108854bb35bc5077654f080d.tar.bz2
quagga-ed14fa00758a156b108854bb35bc5077654f080d.tar.xz
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
Diffstat (limited to 'pimd/pim_pim.c')
-rw-r--r--pimd/pim_pim.c2
1 files changed, 1 insertions, 1 deletions
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("<dst?>", 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",