diff options
| author | Abhishek N R <abnr@vmware.com> | 2022-04-08 00:34:02 -0700 |
|---|---|---|
| committer | Abhishek N R <abnr@vmware.com> | 2022-04-28 02:14:49 -0700 |
| commit | 74e8197b332a7ee2babf41709f415a63a59fea06 (patch) | |
| tree | ca579c2668997dff0bd257f1efd2ac86dfdf4bba /pimd/pim_cmd_common.h | |
| parent | c41a9dcfa2b71657533f72084b66a80b285a02b2 (diff) | |
pim6d: Implementing "show ipv6 mroute summary" CLI
Adding new show CLI to display ipv6 mroute summary information.
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 0d2c0c1efb..a9e35bfd9a 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -113,7 +113,7 @@ void show_mroute(struct pim_instance *pim, struct vty *vty, pim_sgaddr *sg, void show_mroute_count(struct pim_instance *pim, struct vty *vty, json_object *json); void show_mroute_summary(struct pim_instance *pim, struct vty *vty, - json_object *json); + json_object *json); /* * Special Macro to allow us to get the correct pim_instance; |
