diff options
author | Everton Marques <everton.marques@gmail.com> | 2009-11-18 10:44:13 -0200 |
---|---|---|
committer | Everton Marques <everton.marques@gmail.com> | 2009-11-18 10:44:13 -0200 |
commit | b5dfd4a6cc23896633cf8c9d7eb5ae2a811addb1 (patch) | |
tree | 76af33e919afe94d349ad73d345c86935b1c8ca6 /pimd/pim_cmd.h | |
parent | a512d2ad9f6a1fd4e1bc29e5bbd47ff4cb052147 (diff) | |
download | quagga-b5dfd4a6cc23896633cf8c9d7eb5ae2a811addb1.tar.bz2 quagga-b5dfd4a6cc23896633cf8c9d7eb5ae2a811addb1.tar.xz |
[pim] Packet dump debugging
Diffstat (limited to 'pimd/pim_cmd.h')
-rw-r--r-- | pimd/pim_cmd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pimd/pim_cmd.h b/pimd/pim_cmd.h index 800bfcb4..fd1a62fa 100644 --- a/pimd/pim_cmd.h +++ b/pimd/pim_cmd.h @@ -41,6 +41,9 @@ #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_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" #define DEBUG_PIM_TRACE_STR "PIM internal daemon activity\n" #define DEBUG_PIM_ZEBRA_STR "ZEBRA protocol activity\n" #define DEBUG_SSMPINGD_STR "ssmpingd activity\n" |