diff options
author | Abhishek N R <abnr@vmware.com> | 2022-06-09 13:43:28 +0200 |
---|---|---|
committer | Abhishek N R <abnr@vmware.com> | 2022-06-09 13:43:28 +0200 |
commit | 1c1077c200ae5b917dcea1439087013a1d5791b7 (patch) | |
tree | 2a441d95e44f2a910c0f5968f9e8373b7b605988 /pimd/pim_cmd_common.h | |
parent | pim6d: Moving reusable code to common api for "show ip/ipv6 mroute" command (diff) | |
download | frr-1c1077c200ae5b917dcea1439087013a1d5791b7.tar.xz frr-1c1077c200ae5b917dcea1439087013a1d5791b7.zip |
pim6d: Moving reusable code to common api for "show ip/ipv6 mroute count" 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_cmd_common.h b/pimd/pim_cmd_common.h index 161e30ee8..79783ca40 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -158,6 +158,8 @@ 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); +int pim_show_mroute_count_helper(const char *vrf, struct vty *vty, bool json); +int pim_show_mroute_count_vrf_all_helper(struct vty *vty, bool json); /* * Special Macro to allow us to get the correct pim_instance; |