+2005-03-06 Hasso Tepper <hasso at quagga.net>
+
+ * interface.c: Fix CRC and frame errors statistics in Linux.
+
2005-02-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* zserv.c: Must include network.h and buffer.h for non-blocking I/O.
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);