diff options
| author | Abhishek N R <abnr@vmware.com> | 2022-06-08 22:49:16 -0700 |
|---|---|---|
| committer | Abhishek N R <abnr@vmware.com> | 2022-06-08 22:49:16 -0700 |
| commit | 6d1bd8c28a7b8df89420c5819bd1224d55895811 (patch) | |
| tree | 01161ebd1644753322da50e4a64751e5dd9f5c85 /pimd/pim_cmd_common.h | |
| parent | 4a3879b89b25e04a5b72cb54ee9a133e83a457c9 (diff) | |
pim6d: Moving resuable code to common api for "show pim rpf" 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 9644f84e0c..ce81473eb4 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -131,6 +131,8 @@ int pim_debug_pim_packets_cmd(const char *hello, const char *joins, const char *registers, struct vty *vty); int pim_no_debug_pim_packets_cmd(const char *hello, const char *joins, const char *registers, struct vty *vty); +int pim_show_rpf_helper(const char *vrf, struct vty *vty, bool json); +int pim_show_rpf_vrf_all_helper(struct vty *vty, bool json); /* * Special Macro to allow us to get the correct pim_instance; |
