From b35ef2ce113d232517e17103f3e6b4c149be5678 Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 6 Mar 2005 13:42:05 +0000 Subject: * interface.c: Fix CRC and frame errors statistics in Linux. --- zebra/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/interface.c') diff --git a/zebra/interface.c b/zebra/interface.c index 0b206d32..4864103b 100644 --- a/zebra/interface.c +++ b/zebra/interface.c @@ -748,7 +748,7 @@ if_dump_vty (struct vty *vty, struct interface *ifp) ifp->stats.rx_bytes, ifp->stats.rx_dropped, VTY_NEWLINE); vty_out (vty, " %lu input errors, %lu length, %lu overrun," - " CRC %lu, frame %lu%s", + " %lu CRC, %lu frame%s", ifp->stats.rx_errors, ifp->stats.rx_length_errors, ifp->stats.rx_over_errors, ifp->stats.rx_crc_errors, ifp->stats.rx_frame_errors, VTY_NEWLINE); -- cgit v1.2.3