From owner-cvs-all Fri Oct 16 08:00:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08274 for cvs-all-outgoing; Fri, 16 Oct 1998 08:00:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08263; Fri, 16 Oct 1998 08:00:19 -0700 (PDT) (envelope-from luigi@FreeBSD.org) From: Luigi Rizzo Received: (from luigi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA04158; Fri, 16 Oct 1998 08:00:16 -0700 (PDT) Date: Fri, 16 Oct 1998 08:00:16 -0700 (PDT) Message-Id: <199810161500.IAA04158@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_dummynet.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1998/10/16 08:00:16 PDT Modified files: (Branch: RELENG_2_2) sys/netinet ip_dummynet.c Log: Make dummynet use m_pkthdr.len, not ip_len, for computing bandwidths. This is necessary for correct operation at the bridging level. Problem reported by Richard B. Ernst Revision Changes Path 1.1.2.1 +9 -8 src/sys/netinet/ip_dummynet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message