diff options
| author | Abhishek N R <abnr@vmware.com> | 2022-04-08 00:20:53 -0700 | 
|---|---|---|
| committer | Abhishek N R <abnr@vmware.com> | 2022-04-28 02:14:49 -0700 | 
| commit | c41a9dcfa2b71657533f72084b66a80b285a02b2 (patch) | |
| tree | 0156ad8d7363c5c122932175ee61faff2aaa35fd /pimd/pim_cmd_common.h | |
| parent | 50ba39bf4c3a454320b8ef383ac59fdfb610e385 (diff) | |
pim6d: Implementing "show ipv6 mroute count" CLI
Adding new show CLI to display ipv6 mroute count 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 0a5760cc30..0d2c0c1efb 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -111,7 +111,7 @@ void show_multicast_interfaces(struct pim_instance *pim, struct vty *vty,  void show_mroute(struct pim_instance *pim, struct vty *vty, pim_sgaddr *sg,  		 bool fill, json_object *json);  void show_mroute_count(struct pim_instance *pim, struct vty *vty, -			      bool uj); +		       json_object *json);  void show_mroute_summary(struct pim_instance *pim, struct vty *vty,  				json_object *json);  | 
