summaryrefslogtreecommitdiffstats
path: root/pimd/pim_cmd_common.h
diff options
context:
space:
mode:
authorAbhishek N R <abnr@vmware.com>2022-06-09 10:59:58 +0200
committerAbhishek N R <abnr@vmware.com>2022-06-09 10:59:58 +0200
commit19296b58e4ceb9539a20e08777f90cea7a49c77e (patch)
tree6aa97687b764d1c1285474005f63cb1d522e8de6 /pimd/pim_cmd_common.h
parentpim6d: Moving reusable code to common api for "show pim secondary" command (diff)
downloadfrr-19296b58e4ceb9539a20e08777f90cea7a49c77e.tar.xz
frr-19296b58e4ceb9539a20e08777f90cea7a49c77e.zip
pim6d: Moving reusable code to common api for "show pim statistics" command
Signed-off-by: Abhishek N R <abnr@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 c88dd48fe..4d5284b40 100644
--- a/pimd/pim_cmd_common.h
+++ b/pimd/pim_cmd_common.h
@@ -138,6 +138,8 @@ int pim_show_rp_helper(const char *vrf, struct vty *vty, const char *group_str,
int pim_show_rp_vrf_all_helper(struct vty *vty, const char *group_str,
const struct prefix *group, bool json);
int pim_show_secondary_helper(const char *vrf, struct vty *vty);
+int pim_show_statistics_helper(const char *vrf, struct vty *vty,
+ const char *word, bool uj);
/*
* Special Macro to allow us to get the correct pim_instance;