summaryrefslogtreecommitdiffstats
path: root/pimd/pim_cmd_common.h
diff options
context:
space:
mode:
authorSai Gomathi N <nsaigomathi@vmware.com>2022-03-28 07:15:36 +0200
committerSai Gomathi N <nsaigomathi@vmware.com>2022-05-18 12:31:33 +0200
commit60940ee26475e680d5672ea99eb4bd2bd65314ab (patch)
treeec066492f6aefe204ca3a04f06a870ceaef1be51 /pimd/pim_cmd_common.h
parentpim6d: Add 'debug pimv6 events' (diff)
downloadfrr-60940ee26475e680d5672ea99eb4bd2bd65314ab.tar.xz
frr-60940ee26475e680d5672ea99eb4bd2bd65314ab.zip
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/pim_cmd_common.h')
-rw-r--r--pimd/pim_cmd_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pimd/pim_cmd_common.h b/pimd/pim_cmd_common.h
index 3f30ac5b4..9644f84e0 100644
--- a/pimd/pim_cmd_common.h
+++ b/pimd/pim_cmd_common.h
@@ -127,6 +127,10 @@ void clear_mroute(struct pim_instance *pim);
void clear_pim_statistics(struct pim_instance *pim);
int pim_debug_pim_cmd(void);
int pim_no_debug_pim_cmd(void);
+int pim_debug_pim_packets_cmd(const char *hello, const char *joins,
+ const char *registers, struct vty *vty);
+int pim_no_debug_pim_packets_cmd(const char *hello, const char *joins,
+ const char *registers, struct vty *vty);
/*
* Special Macro to allow us to get the correct pim_instance;