diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2014-06-17 21:31:10 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2014-06-17 21:31:10 +0400 |
commit | d5776039b12c3c1016b3bb6ccede69bacf23ae1e (patch) | |
tree | 7c4b41d1cefc0f42438e61e6403a480d082ef3c7 /accel-pppd/accel-ppp.conf.5 | |
parent | c69fb2ed39346fd5091a4e30606cb5bb866aa432 (diff) | |
download | accel-ppp-d5776039b12c3c1016b3bb6ccede69bacf23ae1e.tar.gz accel-ppp-d5776039b12c3c1016b3bb6ccede69bacf23ae1e.zip |
radius: introduced attr-tunnel-type option
If specified then accel-ppp will send tunnel type as string (pppoe,pptp,l2tp,ipoe).
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index c386f77..965116f 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -632,6 +632,9 @@ Append specified realm to username. .TP .BI "acct-on=" 0|1 Specifies whether radius client should send Account-Request with Acct-Status-Type=Accounting-On on startup and Acct-Status-Type=Accounting-Off on shutdown. +.TP +.BI "attr-tunnel-type=" name +Specifies custom attribute name to be used to send tunnel type (as string). .SH [log] .br Configuration of log and log_file modules. |