diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-30 03:07:15 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-30 03:21:42 -0500 |
| commit | 57dac17c57a1b84c4389da11cee32b31b6957dd2 (patch) | |
| tree | e228f5157151ff208f934a4b4647973dc5a160b2 /pimd/pim_vty.c | |
| parent | 08951735bd9cf05a0abdd1a1c2eb17fca2043618 (diff) | |
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.c')
| -rw-r--r-- | pimd/pim_vty.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pimd/pim_vty.c b/pimd/pim_vty.c index 450faf75bb..791680a911 100644 --- a/pimd/pim_vty.c +++ b/pimd/pim_vty.c @@ -232,11 +232,6 @@ int pim_global_config_write_worker(struct pim_instance *pim, struct vty *vty) return writes; } -int pim_global_config_write(struct vty *vty) -{ - return pim_global_config_write_worker(pimg, vty); -} - int pim_interface_config_write(struct vty *vty) { struct pim_instance *pim; |
