From owner-cvs-all Mon Aug 14 17:59:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AAC7937B97A; Mon, 14 Aug 2000 17:59:21 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA36752; Mon, 14 Aug 2000 17:59:21 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200008150059.RAA36752@freefall.freebsd.org> From: Brian Somers Date: Mon, 14 Aug 2000 17:59:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c command.c link.c link.h mp.c physical.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/08/14 17:59:21 PDT Modified files: usr.sbin/ppp bundle.c command.c link.c link.h mp.c physical.c Log: Calculate the average link throughput using a counter based on the cumulative total of all active links rather than basing it on the total of PROTO_MP traffic. This fixes a problem whereby Cisco routers send PROTO_IP packets only when there's only one link (hmm, what a good idea!). Revision Changes Path 1.101 +5 -5 src/usr.sbin/ppp/bundle.c 1.242 +2 -2 src/usr.sbin/ppp/command.c 1.17 +13 -5 src/usr.sbin/ppp/link.c 1.10 +6 -5 src/usr.sbin/ppp/link.h 1.40 +20 -15 src/usr.sbin/ppp/mp.c 1.38 +17 -11 src/usr.sbin/ppp/physical.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message