mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 06:03:10 +00:00
pimd: Remove bad merges
Two functions were accidentally left around as part of the merge operation. Remove them. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
c2403b2598
commit
de6d2fa72e
@ -2556,34 +2556,6 @@ DEFUN (show_ip_pim_assert_winner_metric,
|
|||||||
return CMD_SUCCESS;
|
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,
|
DEFUN (show_ip_pim_interface,
|
||||||
show_ip_pim_interface_cmd,
|
show_ip_pim_interface_cmd,
|
||||||
"show ip pim interface [detail|WORD] [json]",
|
"show ip pim interface [detail|WORD] [json]",
|
||||||
|
Loading…
Reference in New Issue
Block a user