diff options
| author | Abhishek N R <abnr@vmware.com> | 2022-06-09 01:33:01 -0700 |
|---|---|---|
| committer | Abhishek N R <abnr@vmware.com> | 2022-06-09 01:33:01 -0700 |
| commit | 5e52c8d5c84e35cc5bbddeb79929ba38324b0204 (patch) | |
| tree | 0e64d012cbcc79c5ab4b84966d85296f2b9a1b0f /pimd/pim_cmd_common.h | |
| parent | e21c4e907540714cba39d5421699e5726911bec4 (diff) | |
pim6d: Moving reusable code to common api for "show pim secondary" 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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_cmd_common.h b/pimd/pim_cmd_common.h index baea749778..c88dd48fe6 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -137,6 +137,7 @@ int pim_show_rp_helper(const char *vrf, struct vty *vty, const char *group_str, const struct prefix *group, bool json); 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); /* * Special Macro to allow us to get the correct pim_instance; |
