diff options
author | Everton Marques <everton.marques@gmail.com> | 2010-02-23 12:11:11 -0300 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2015-02-04 06:07:53 +0100 |
commit | 67faabc18026bf3f8ae6d7ee1df9f2b1729ea06b (patch) | |
tree | a8408f073596e83cc4d761f942095252d5b7b4b0 /pimd/pim_cmd.h | |
parent | 9986fb3a25a0432dbd89aa1e319c89691db05bc0 (diff) | |
download | quagga-67faabc18026bf3f8ae6d7ee1df9f2b1729ea06b.tar.bz2 quagga-67faabc18026bf3f8ae6d7ee1df9f2b1729ea06b.tar.xz |
[pim] debug mroute
Diffstat (limited to 'pimd/pim_cmd.h')
-rw-r--r-- | pimd/pim_cmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_cmd.h b/pimd/pim_cmd.h index fd1a62fa..d83cbc09 100644 --- a/pimd/pim_cmd.h +++ b/pimd/pim_cmd.h @@ -38,6 +38,7 @@ #define DEBUG_IGMP_EVENTS_STR "IGMP protocol events\n" #define DEBUG_IGMP_PACKETS_STR "IGMP protocol packets\n" #define DEBUG_IGMP_TRACE_STR "IGMP internal daemon activity\n" +#define DEBUG_MROUTE_STR "PIM interaction with kernel MFC cache\n" #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" |