diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-12-21 09:19:26 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-04 12:23:39 -0500 |
| commit | 84f259891486ec5b36c2b6475a41dcd7cd87f6f4 (patch) | |
| tree | 97ebd90650084a8f8def54e848fdff4855660a9f /pimd/pim_vty.c | |
| parent | a6c5db596eafa6b587297ca4eb4ef386eeb9185a (diff) | |
pimd: Remove pim_msdp_config_write as it was never used
This function was never used, additionally rename the _helper
function to this name.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_vty.c')
| -rw-r--r-- | pimd/pim_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_vty.c b/pimd/pim_vty.c index 56227956f5..f6385a0ac9 100644 --- a/pimd/pim_vty.c +++ b/pimd/pim_vty.c @@ -163,7 +163,7 @@ int pim_global_config_write_worker(struct pim_instance *pim, struct vty *vty) else sprintf(spaces, "%s", " "); - writes += pim_msdp_config_write_helper(pim, vty, spaces); + writes += pim_msdp_config_write(pim, vty, spaces); if (!pim->send_v6_secondary) { vty_out(vty, "%sno ip pim send-v6-secondary\n", spaces); |
