mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 14:50:58 +00:00
zebra: Display new speed information in 'show int..' command
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
535fe877a9
commit
6f4c7f7476
@ -1056,8 +1056,8 @@ if_dump_vty (struct vty *vty, struct interface *ifp)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
vty_out (vty, " index %d metric %d mtu %d ",
|
vty_out (vty, " index %d metric %d mtu %d speed %d ",
|
||||||
ifp->ifindex, ifp->metric, ifp->mtu);
|
ifp->ifindex, ifp->metric, ifp->mtu, ifp->speed);
|
||||||
if (ifp->mtu6 != ifp->mtu)
|
if (ifp->mtu6 != ifp->mtu)
|
||||||
vty_out (vty, "mtu6 %d ", ifp->mtu6);
|
vty_out (vty, "mtu6 %d ", ifp->mtu6);
|
||||||
vty_out (vty, "%s flags: %s%s", VTY_NEWLINE,
|
vty_out (vty, "%s flags: %s%s", VTY_NEWLINE,
|
||||||
|
Loading…
Reference in New Issue
Block a user