summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd_common.h
diff options
context:
space:
mode:
authorSai Gomathi N <nsaigomathi@vmware.com>2022-03-24 01:41:15 -0700
committerSai Gomathi N <nsaigomathi@vmware.com>2022-05-17 21:43:13 -0700
commitbf385e265377df24932d72bae2ef448b6f48e175 (patch)
tree8e6fbbf485d36ca8585ea82b9a61c6338c5c1dc5 /pimd/pim_cmd_common.h
parent44937c5450320eb119f9a4ea0c9bd32600d8e007 (diff)
pim6d: Add 'debug pimv6'
Implementing debug pimv6 command for PIMv6 protocol activity. Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
Diffstat (limited to 'pimd/pim_cmd_common.h')
-rw-r--r--pimd/pim_cmd_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_cmd_common.h b/pimd/pim_cmd_common.h
index 283998592f..3f30ac5b42 100644
--- a/pimd/pim_cmd_common.h
+++ b/pimd/pim_cmd_common.h
@@ -125,6 +125,8 @@ int clear_ip_mroute_count_command(struct vty *vty, const char *name);
struct vrf *pim_cmd_lookup(struct vty *vty, const char *name);
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);
/*
* Special Macro to allow us to get the correct pim_instance;