diff options
author | Sarita Patra <saritap@vmware.com> | 2022-07-12 15:01:50 +0200 |
---|---|---|
committer | Sarita Patra <saritap@vmware.com> | 2022-07-12 15:09:06 +0200 |
commit | db79e6ba84a13b2e15f8a192f7e848cbaa175483 (patch) | |
tree | 756fdb0c4e0084c8b99c746ce5d51d44260ba247 /pimd/pim_cmd_common.h | |
parent | pimd: Avoid unnecessary vrf lookup (diff) | |
download | frr-db79e6ba84a13b2e15f8a192f7e848cbaa175483.tar.xz frr-db79e6ba84a13b2e15f8a192f7e848cbaa175483.zip |
pimd: Remove pim_get_pim_instance defination in pim_cmd_common.h
Signed-off-by: Sarita Patra <saritap@vmware.com>
Diffstat (limited to 'pimd/pim_cmd_common.h')
-rw-r--r-- | pimd/pim_cmd_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pimd/pim_cmd_common.h b/pimd/pim_cmd_common.h index 2cb031993..1e770e6c8 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -23,9 +23,6 @@ struct pim_upstream; struct pim_instance; -/* duplicated from pim_instance.h - needed to avoid dependency mess */ -struct pim_instance *pim_get_pim_instance(vrf_id_t vrf_id); - const char *pim_cli_get_vrf_name(struct vty *vty); int pim_process_join_prune_cmd(struct vty *vty, const char *jpi_str); int pim_process_no_join_prune_cmd(struct vty *vty); |