mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 22:10:19 +00:00
eigrpd: Fix eigrp interface header
The switch over to using the new cli grammar caused the 'show ip eigrp int' command to not display a header in some cases. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
c6972d6601
commit
e59a7c1019
@ -505,7 +505,7 @@ DEFUN (show_ip_eigrp_interfaces,
|
|||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!argc)
|
if (argc !=3)
|
||||||
{
|
{
|
||||||
show_ip_eigrp_interface_header (vty, eigrp);
|
show_ip_eigrp_interface_header (vty, eigrp);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user