diff options
| author | Abhishek N R <abnr@vmware.com> | 2022-04-14 00:07:41 -0700 |
|---|---|---|
| committer | Abhishek N R <abnr@vmware.com> | 2022-04-27 04:26:35 -0700 |
| commit | 3e55b3b5fdfd6676db0574ebf97f3dc904014c75 (patch) | |
| tree | 75c135eac231d84c827e23972862f91295309ad7 /pimd/pim_cmd_common.h | |
| parent | ca3b5906fcca3d6a42d0e72516854dac0e1a34f0 (diff) | |
pim6d: Implementing "show ipv6 multicast count" CLI
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, 1 insertions, 1 deletions
diff --git a/pimd/pim_cmd_common.h b/pimd/pim_cmd_common.h index 5f7021280e..9fac2c111b 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -107,7 +107,7 @@ int pim_process_ssmpingd_cmd(struct vty *vty, enum nb_operation operation, void pim_cmd_show_ip_multicast_helper(struct pim_instance *pim, struct vty *vty); void show_multicast_interfaces(struct pim_instance *pim, struct vty *vty, - bool uj); + json_object *json); /* * Special Macro to allow us to get the correct pim_instance; |
