diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-30 09:07:15 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-30 09:21:42 +0100 |
commit | 57dac17c57a1b84c4389da11cee32b31b6957dd2 (patch) | |
tree | e228f5157151ff208f934a4b4647973dc5a160b2 /pimd/pim_vty.h | |
parent | Merge pull request #1690 from dslicenc/bgpd-vrf-show-cm17377 (diff) | |
download | frr-57dac17c57a1b84c4389da11cee32b31b6957dd2.tar.xz frr-57dac17c57a1b84c4389da11cee32b31b6957dd2.zip |
lib, pimd: Remove PIM_NODE as it is not needed
The PIM_NODE command is only being used to display
default vrf configuration. Move this into the
vrf display and remove PIM_NODE.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_vty.h')
-rw-r--r-- | pimd/pim_vty.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_vty.h b/pimd/pim_vty.h index aef90cacc..22ac3333e 100644 --- a/pimd/pim_vty.h +++ b/pimd/pim_vty.h @@ -23,7 +23,6 @@ #include "vty.h" int pim_debug_config_write(struct vty *vty); -int pim_global_config_write(struct vty *vty); int pim_global_config_write_worker(struct pim_instance *pim, struct vty *vty); int pim_interface_config_write(struct vty *vty); |