diff options
| author | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-08-23 16:22:14 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-21 20:26:07 -0500 |
| commit | 00d07c6fda1ef744eb2e7481beeb85aa31bf61d6 (patch) | |
| tree | fd1260d98f5cc3a062498adc39c6bb03806dcdc6 /pimd/pim_rp.h | |
| parent | bb6e291f3bab84ae623d6c4c05de2bc7eba837c9 (diff) | |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_rp.h b/pimd/pim_rp.h index be50bbb18b..c9dfa201f1 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 |
