]> git.puffer.fish Git - matthieu/frr.git/commitdiff
pimd: Fix double add of command
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Jan 2017 13:20:06 +0000 (08:20 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Jan 2017 13:20:06 +0000 (08:20 -0500)
We were adding the 'ip msdp ...' command to
the parser 2x.  Some new code added to the
parser apparently catches this for us now.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_cmd.c

index 85baa4eafe994a76bf2b98f085f8745c96ae2919..cfccdeba98296b25955cebd865ad2785aedeeeac 100644 (file)
@@ -6134,8 +6134,6 @@ void pim_cmd_init()
   install_element (CONFIG_NODE, &debug_msdp_packets_cmd);
   install_element (CONFIG_NODE, &no_debug_msdp_packets_cmd);
   install_element (CONFIG_NODE, &undebug_msdp_packets_cmd);
-  install_element (CONFIG_NODE, &ip_msdp_peer_cmd);
-  install_element (CONFIG_NODE, &no_ip_msdp_peer_cmd);
   install_element (CONFIG_NODE, &ip_msdp_mesh_group_member_cmd);
   install_element (CONFIG_NODE, &no_ip_msdp_mesh_group_member_cmd);
   install_element (CONFIG_NODE, &ip_msdp_mesh_group_source_cmd);