Date: Mon, 28 Aug 2000 15:44:58 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> 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 Message-ID: <200008282244.PAA31977@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <saper@system.pl> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008282244.PAA31977>