summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-08-28 22:44:54 +0000
committerbrian <brian@FreeBSD.org>2000-08-28 22:44:54 +0000
commitcb1cdc90fa757e0475f2fa90070cd79541400475 (patch)
tree1920267811fb05c150fd456a8121562e12dc48c9 /usr.sbin/ppp/bundle.c
parentf47bf1f4e6a3f541e2923ccc99ff4e21f9b60094 (diff)
downloadFreeBSD-src-cb1cdc90fa757e0475f2fa90070cd79541400475.zip
FreeBSD-src-cb1cdc90fa757e0475f2fa90070cd79541400475.tar.gz
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.
Diffstat (limited to 'usr.sbin/ppp/bundle.c')
-rw-r--r--usr.sbin/ppp/bundle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c
index e6f8787..3ca0f81 100644
--- a/usr.sbin/ppp/bundle.c
+++ b/usr.sbin/ppp/bundle.c
@@ -902,6 +902,7 @@ bundle_Destroy(struct bundle *bundle)
#ifndef NORADIUS
/* Tell the radius server the bad news */
+ log_Printf(LogDEBUG, "Radius: Destroy called from bundle_Destroy\n");
radius_Destroy(&bundle->radius);
#endif
OpenPOWER on IntegriCloud