]> git.puffer.fish Git - matthieu/frr.git/commitdiff
pimd: Remove bad merges
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 18 Jan 2017 12:47:58 +0000 (07:47 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 18 Jan 2017 12:47:58 +0000 (07:47 -0500)
Two functions were accidentally left around
as part of the merge operation.  Remove them.

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

index 50578bf1e82a078f50b16f4ccf86c2394e031047..6fc8406bb204198c3db0b5fcde6af34dd0c01c12 100644 (file)
@@ -2556,34 +2556,6 @@ DEFUN (show_ip_pim_assert_winner_metric,
   return CMD_SUCCESS;
 }
 
-DEFUN (show_ip_pim_dr,
-       show_ip_pim_dr_cmd,
-       "show ip pim designated-router [json]",
-       SHOW_STR
-       IP_STR
-       PIM_STR
-       "PIM interface designated router\n")
-{
-  u_char uj = use_json(argc, argv);
-  pim_show_dr(vty, uj);
-
-  return CMD_SUCCESS;
-}
-
-DEFUN (show_ip_pim_hello,
-       show_ip_pim_hello_cmd,
-       "show ip pim hello [json]",
-       SHOW_STR
-       IP_STR
-       PIM_STR
-       "PIM interface hello information\n")
-{
-  u_char uj = use_json(argc, argv);
-  pim_show_hello(vty, uj);
-
-  return CMD_SUCCESS;
-}
-
 DEFUN (show_ip_pim_interface,
        show_ip_pim_interface_cmd,
        "show ip pim interface [detail|WORD] [json]",