summaryrefslogtreecommitdiffstats
path: root/pimd/pim_rp.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetwroks.com>2016-08-23 22:22:14 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-12-22 02:26:07 +0100
commit00d07c6fda1ef744eb2e7481beeb85aa31bf61d6 (patch)
treefd1260d98f5cc3a062498adc39c6bb03806dcdc6 /pimd/pim_rp.h
parentpimd: Fix bad state no FHR after quagga restart (diff)
downloadfrr-00d07c6fda1ef744eb2e7481beeb85aa31bf61d6.tar.xz
frr-00d07c6fda1ef744eb2e7481beeb85aa31bf61d6.zip
pimd: Add "show ip pim rp-info" command
List the RP information we have configured. Fix bug where we were not properly initializing some code Ticket: CM-12617 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_rp.h')
-rw-r--r--pimd/pim_rp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_rp.h b/pimd/pim_rp.h
index be50bbb18..c9dfa201f 100644
--- a/pimd/pim_rp.h
+++ b/pimd/pim_rp.h
@@ -42,4 +42,6 @@ struct pim_rpf *pim_rp_g (struct in_addr group);
#define I_am_RP(G) pim_rp_i_am_rp ((G))
#define RP(G) pim_rp_g ((G))
+
+void pim_rp_show_information (struct vty *vty);
#endif