diff options
| author | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-04-12 04:36:35 -0700 | 
|---|---|---|
| committer | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-05-16 22:47:04 -0700 | 
| commit | 58d5712048f2a5518dd315648ae8b3d60abf62d6 (patch) | |
| tree | 677e0e59501725022aefd01bdedf917ab536bb37 /pimd/pim_cmd_common.h | |
| parent | b2ca7559b4caa282e56e5be9ba9e3731466939be (diff) | |
pimd: Moving the common functions from pim_cmd.c file
Moving the functions that are used by both IPV4 and IPV6 to a
common file 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 | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_cmd_common.h b/pimd/pim_cmd_common.h index 4457ea57a9..1431ce32e1 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -121,6 +121,8 @@ 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); +void clear_mroute(struct pim_instance *pim); +void clear_pim_statistics(struct pim_instance *pim);  /*   * Special Macro to allow us to get the correct pim_instance;  | 
