summaryrefslogtreecommitdiff
path: root/pimd/pim6_cmd.h
diff options
context:
space:
mode:
authorSai Gomathi N <nsaigomathi@vmware.com>2022-03-27 22:15:36 -0700
committerSai Gomathi N <nsaigomathi@vmware.com>2022-05-18 03:31:33 -0700
commit60940ee26475e680d5672ea99eb4bd2bd65314ab (patch)
treeec066492f6aefe204ca3a04f06a870ceaef1be51 /pimd/pim6_cmd.h
parentc51c7de263c0931004f31fa39a2e25237d318eac (diff)
pim6d: Add 'debug pimv6 packets'
Implementing pimv6 packets debug to information about packet generation for sending and about packet handling from a received packet. Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
Diffstat (limited to 'pimd/pim6_cmd.h')
-rw-r--r--pimd/pim6_cmd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pimd/pim6_cmd.h b/pimd/pim6_cmd.h
index 719ad7663c..7ace2bfeb6 100644
--- a/pimd/pim6_cmd.h
+++ b/pimd/pim6_cmd.h
@@ -47,6 +47,11 @@
#define CONF_SSMPINGD_STR "Enable ssmpingd operation\n"
#define DEBUG_PIMV6_STR "PIMv6 protocol activity\n"
#define DEBUG_PIMV6_EVENTS_STR "PIMv6 protocol events\n"
+#define DEBUG_PIMV6_PACKETS_STR "PIMv6 protocol packets\n"
+#define DEBUG_PIMV6_HELLO_PACKETS_STR "PIMv6 Hello protocol packets\n"
+#define DEBUG_PIMV6_J_P_PACKETS_STR "PIMv6 Join/Prune protocol packets\n"
+#define DEBUG_PIMV6_PIM_REG_PACKETS_STR \
+ "PIMv6 Register/Reg-Stop protocol packets\n"
void pim_cmd_init(void);