From owner-cvs-all Thu Dec 13 20:41:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52A7937B41A; Thu, 13 Dec 2001 20:41:08 -0800 (PST) Received: (from dg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE4f8k41459; Thu, 13 Dec 2001 20:41:08 -0800 (PST) (envelope-from dg) Message-Id: <200112140441.fBE4f8k41459@freefall.freebsd.org> From: David Greenman Date: Thu, 13 Dec 2001 20:41:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dg 2001/12/13 20:41:08 PST Modified files: sys/net if_ethersubr.c Log: Moved the updating of if_ibytes from ether_demux() to ether_input() to fix a bug where the interface input bytes count wasn't updated when bridging is enabled. MFC after: 3 days Revision Changes Path 1.104 +2 -1 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message