diff options
author | Abhishek N R <abnr@vmware.com> | 2022-06-09 13:27:20 +0200 |
---|---|---|
committer | Abhishek N R <abnr@vmware.com> | 2022-06-09 13:27:20 +0200 |
commit | 4f1f8ff9aa2ee0b944f43453879e93e70e44d598 (patch) | |
tree | 4da0c3b36baaecbe44659d8facddd1baaaf8607a /pimd/pim_cmd_common.h | |
parent | pim6d: Moving reusable code to common api for "show ip/ipv6 multicast count" ... (diff) | |
download | frr-4f1f8ff9aa2ee0b944f43453879e93e70e44d598.tar.xz frr-4f1f8ff9aa2ee0b944f43453879e93e70e44d598.zip |
pim6d: Moving reusable code to common api for "show ip/ipv6 mroute" 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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pimd/pim_cmd_common.h b/pimd/pim_cmd_common.h index a7fbefb86..161e30ee8 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -155,6 +155,9 @@ int pim_show_multicast_vrf_all_helper(struct vty *vty); int pim_show_multicast_count_helper(const char *vrf, struct vty *vty, bool json); int pim_show_multicast_count_vrf_all_helper(struct vty *vty, bool json); +int pim_show_mroute_helper(const char *vrf, struct vty *vty, pim_addr s_or_g, + pim_addr g, bool fill, bool json); +int pim_show_mroute_vrf_all_helper(struct vty *vty, bool fill, bool json); /* * Special Macro to allow us to get the correct pim_instance; |