diff options
| author | Abhishek N R <abnr@vmware.com> | 2022-07-18 23:44:47 -0700 | 
|---|---|---|
| committer | Abhishek N R <abnr@vmware.com> | 2022-07-19 05:48:52 -0700 | 
| commit | 23db4cbd3d6131c8235f6c92058e9b317d62c02c (patch) | |
| tree | abc668a8562e41b26ef8da464be8c259d2243e8b /pimd/pim_cmd_common.h | |
| parent | 9d56c39aee8add34f927ea3832c36b88b89ab9e6 (diff) | |
pim6d: Implementing "clear ipv6 pim interfaces" command.
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 | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_cmd_common.h b/pimd/pim_cmd_common.h index 1e770e6c8d..02acb16858 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -184,6 +184,7 @@ void pim_show_interface_traffic(struct pim_instance *pim, struct vty *vty,  				bool uj);  int pim_show_interface_traffic_helper(const char *vrf, const char *if_name,  				      struct vty *vty, bool uj); +void clear_pim_interfaces(struct pim_instance *pim);  /*   * Special Macro to allow us to get the correct pim_instance;   */  | 
