summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-02-22 08:15:38 -0500
committerGitHub <noreply@github.com>2018-02-22 08:15:38 -0500
commit358eb355b9845d624c2cd552e7c8939d985b3b7a (patch)
treea2141a20b113ab561dac38ca1cced5a429072b61 /pimd/pim_cmd.h
parent4298f5e937a1fa689047697395f8b741fb9b3d15 (diff)
parent4d9ad5dcd0244b4035d8f88f7a3478a450c74283 (diff)
Merge pull request #1749 from msablic/pim_mtrace_cc
pimd: Multicast traceroute client and router
Diffstat (limited to 'pimd/pim_cmd.h')
-rw-r--r--pimd/pim_cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_cmd.h b/pimd/pim_cmd.h
index 8867514876..b58da30bdd 100644
--- a/pimd/pim_cmd.h
+++ b/pimd/pim_cmd.h
@@ -63,6 +63,7 @@
#define DEBUG_MSDP_EVENTS_STR "MSDP protocol events\n"
#define DEBUG_MSDP_INTERNAL_STR "MSDP protocol internal\n"
#define DEBUG_MSDP_PACKETS_STR "MSDP protocol packets\n"
+#define DEBUG_MTRACE_STR "Mtrace protocol activity\n"
void pim_cmd_init(void);