summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd_common.h
diff options
context:
space:
mode:
authormobash-rasool <mobash.rasool@gmail.com>2022-05-11 10:04:18 +0530
committerGitHub <noreply@github.com>2022-05-11 10:04:18 +0530
commitdaa97042a2720ed46a1c1817d58cd7a9d08b333e (patch)
tree0fc037e522f4920dfa2be5697a1a195a0358543c /pimd/pim_cmd_common.h
parent00358e444ee893778f7f21b189c65ed4de263d15 (diff)
parent993e3d8e131ab729f86bfd01f031093dc4827d87 (diff)
Merge pull request #11151 from opensourcerouting/pim-various-20220506
pimd, pim6d: fix various smaller issues
Diffstat (limited to 'pimd/pim_cmd_common.h')
-rw-r--r--pimd/pim_cmd_common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pimd/pim_cmd_common.h b/pimd/pim_cmd_common.h
index 8753d1444e..206a2248f8 100644
--- a/pimd/pim_cmd_common.h
+++ b/pimd/pim_cmd_common.h
@@ -20,6 +20,12 @@
#ifndef PIM_CMD_COMMON_H
#define PIM_CMD_COMMON_H
+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);