diff options
| author | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-06-09 00:31:33 -0700 |
|---|---|---|
| committer | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-06-09 00:34:33 -0700 |
| commit | bec5bdbe7f3b33efe69d624a07cb9c799c135115 (patch) | |
| tree | 48471234b2334a6e7f3b20dfb709b347e32160c9 /pimd/pim_cmd_common.h | |
| parent | 3ca40823438814bfbebeeabda89a9e1583e5992e (diff) | |
pim6d: Moving the common lines of pim_local_membership cli
Moving the common lines of pim_local_membership cli
in pim_cmd.c and pim6_cmd.c to pim_cmd_common.c file
Signed-off-by: Sai Gomathi N <nsaigomathi@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 6719be2b94..b16dd4b948 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -87,6 +87,7 @@ void pim_show_join(struct pim_instance *pim, struct vty *vty, pim_sgaddr *sg, json_object *json); int pim_show_jp_agg_list_cmd_helper(const char *vrf, struct vty *vty); void pim_show_jp_agg_list(struct pim_instance *pim, struct vty *vty); +int pim_show_membership_cmd_helper(const char *vrf, struct vty *vty, bool uj); void pim_show_membership(struct pim_instance *pim, struct vty *vty, bool uj); void pim_show_channel(struct pim_instance *pim, struct vty *vty, bool uj); int pim_show_channel_cmd_helper(const char *vrf, struct vty *vty, bool uj); |
