diff options
author | Kozlov Dmitry <dima@server> | 2011-05-31 13:12:39 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2011-05-31 13:12:39 +0400 |
commit | 12be733cb9b36cc6ba2f6dda9662ae66e1a707b5 (patch) | |
tree | 894ed113ffb80a6f76f2a9acb67deaa54fd255f7 /accel-pppd/accel-ppp.conf | |
parent | 4497c1bae58e5920a250df95abb959d4b3d980b4 (diff) | |
download | accel-ppp-12be733cb9b36cc6ba2f6dda9662ae66e1a707b5.tar.gz accel-ppp-12be733cb9b36cc6ba2f6dda9662ae66e1a707b5.zip |
radius: Acct-Delay-Time attribute becomes optional and disabled by default
Diffstat (limited to 'accel-pppd/accel-ppp.conf')
-rw-r--r-- | accel-pppd/accel-ppp.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf index 1f3e7f8..c1bace8 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -74,6 +74,7 @@ verbose=1 #timeout=3 #max-try=3 #acct-timeout=120 +#acct-delay-time=0 [client-ip-range] 10.0.0.0/8 |