diff options
| author | Abhishek N R <abnr@vmware.com> | 2022-06-09 04:53:12 -0700 |
|---|---|---|
| committer | Abhishek N R <abnr@vmware.com> | 2022-06-09 04:53:12 -0700 |
| commit | 789d0ec4def92ec1fe6a0d24d5eefe7ba8f0fd0f (patch) | |
| tree | dda1f5c07e04deaadd17bf1cccf186721bf6a039 /pimd/pim_cmd_common.h | |
| parent | 1c1077c200ae5b917dcea1439087013a1d5791b7 (diff) | |
pim6d: Moving reusable code to common api for "show mroute summary" 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 79783ca409..437d92897f 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -160,6 +160,8 @@ int pim_show_mroute_helper(const char *vrf, struct vty *vty, pim_addr s_or_g, 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); +int pim_show_mroute_summary_helper(const char *vrf, struct vty *vty, bool json); +int pim_show_mroute_summary_vrf_all_helper(struct vty *vty, bool json); /* * Special Macro to allow us to get the correct pim_instance; |
