From owner-cvs-all Fri Jun 28 18:59:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A219337B400; Fri, 28 Jun 2002 18:59:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54BE843E09; Fri, 28 Jun 2002 18:59:42 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from freefall.freebsd.org (silby@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5T1xgJU070069; Fri, 28 Jun 2002 18:59:42 -0700 (PDT) (envelope-from silby@freefall.freebsd.org) Received: (from silby@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5T1xgk9070065; Fri, 28 Jun 2002 18:59:42 -0700 (PDT) Message-Id: <200206290159.g5T1xgk9070065@freefall.freebsd.org> From: Mike Silbersack Date: Fri, 28 Jun 2002 18:59:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net route.c X-FreeBSD-CVS-Branch: RELENG_4 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 silby 2002/06/28 18:59:42 PDT Modified files: (Branch: RELENG_4) sys/net route.c Log: MFC rev 1.70: Ensure that packet counts are always reset to 0 when a route is cloned. Previously, they took on the count of their parent route (which was sometimes nonzero.) Revision Changes Path 1.59.2.8 +1 -0 src/sys/net/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message