summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd_common.h
diff options
context:
space:
mode:
authorAbhishek N R <abnr@vmware.com>2022-06-09 03:51:41 -0700
committerAbhishek N R <abnr@vmware.com>2022-06-09 03:51:41 -0700
commit8e15c9aa064d92f290ace12d578274a3c575a98e (patch)
tree3ea143bad2300225ef80bc0913c1fe10d0d83bfe /pimd/pim_cmd_common.h
parente7c01c676950b0fe48ab44310a65e22cbcc5d0ee (diff)
pim6d: Moving reusable code to common api for "show ip/ipv6 multicast" 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 981e6dc88f..ceba2f2b41 100644
--- a/pimd/pim_cmd_common.h
+++ b/pimd/pim_cmd_common.h
@@ -150,6 +150,8 @@ int pim_show_state_helper(const char *vrf, struct vty *vty,
const char *s_or_g_str, const char *g_str, bool json);
int pim_show_state_vrf_all_helper(struct vty *vty, const char *s_or_g_str,
const char *g_str, bool json);
+int pim_show_multicast_helper(const char *vrf, struct vty *vty);
+int pim_show_multicast_vrf_all_helper(struct vty *vty);
/*
* Special Macro to allow us to get the correct pim_instance;