From owner-cvs-all Mon Aug 28 15:45:14 2000 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 F102F37B506; Mon, 28 Aug 2000 15:44:58 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA31977; Mon, 28 Aug 2000 15:44:58 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200008282244.PAA31977@freefall.freebsd.org> From: Brian Somers Date: Mon, 28 Aug 2000 15:44:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h ipcp.c radius.c radius.h throughput.c throughput.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/08/28 15:44:58 PDT Modified files: usr.sbin/ppp bundle.c bundle.h ipcp.c radius.c radius.h throughput.c throughput.h Log: Support radius accounting, and add a packet count to throughput statistics as a side effect. Submitted by: Marcin Cieslak with some tweaks to RAD_ACCT_SESSION_ID and RAD_ACCT_MULTI_SESSION_ID generation by me. Revision Changes Path 1.105 +2 -1 src/usr.sbin/ppp/bundle.c 1.42 +2 -1 src/usr.sbin/ppp/bundle.h 1.100 +12 -1 src/usr.sbin/ppp/ipcp.c 1.16 +164 -3 src/usr.sbin/ppp/radius.c 1.5 +20 -1 src/usr.sbin/ppp/radius.h 1.15 +10 -4 src/usr.sbin/ppp/throughput.c 1.10 +3 -1 src/usr.sbin/ppp/throughput.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message