summaryrefslogtreecommitdiffstats
path: root/pimd/pim_cmd.h
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_cmd.h
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_cmd.h')
-rw-r--r--pimd/pim_cmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_cmd.h b/pimd/pim_cmd.h
index 391046a4..c5037400 100644
--- a/pimd/pim_cmd.h
+++ b/pimd/pim_cmd.h
@@ -42,6 +42,8 @@
#define DEBUG_PIM_STR "PIM protocol activity\n"
#define DEBUG_PIM_EVENTS_STR "PIM protocol events\n"
#define DEBUG_PIM_PACKETS_STR "PIM protocol packets\n"
+#define DEBUG_PIM_HELLO_PACKETS_STR "PIM Hello protocol packets\n"
+#define DEBUG_PIM_J_P_PACKETS_STR "PIM Join/Prune protocol packets\n"
#define DEBUG_PIM_PACKETDUMP_STR "PIM packet dump\n"
#define DEBUG_PIM_PACKETDUMP_SEND_STR "Dump sent packets\n"
#define DEBUG_PIM_PACKETDUMP_RECV_STR "Dump received packets\n"