Date: Tue, 30 Sep 2008 14:18:38 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_lagg.c Message-ID: <200809301418.m8UEIlFS016853@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2008-09-30 14:18:38 UTC FreeBSD src repository Modified files: sys/net if_lagg.c Log: SVN rev 183498 on 2008-09-30 14:18:38Z by glebius Do not mangle if_oerrors of the underlying interface. This counter belongs solely to the driver. We don't lose any statistics with this change, because in a error case the drop counter on the interface output queue is always incremented. Reviewed by: thompsa Revision Changes Path 1.31 +0 -2 src/sys/net/if_lagg.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809301418.m8UEIlFS016853>