summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxebd <xeb@mail.ru>2019-06-20 07:39:27 +0300
committerGitHub <noreply@github.com>2019-06-20 07:39:27 +0300
commit228f426966e16b72d4c082c12eb199766c16b734 (patch)
tree82641ad6a7834699c91f3965f6b9b6347e2ec8f9
parentadd590ec52a8383e4d8682919110204dc94bffe8 (diff)
parent278d45e41739522ab5488498e7b29437bcd58018 (diff)
downloadaccel-ppp-228f426966e16b72d4c082c12eb199766c16b734.tar.gz
accel-ppp-228f426966e16b72d4c082c12eb199766c16b734.zip
Merge pull request #81 from DmitriyEshenko/patch-5
Add info [ipoe]session-timeout and [ipoe]idle-timeout to accel-ppp.conf.5
-rw-r--r--accel-pppd/accel-ppp.conf.56
1 files changed, 6 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5
index ab9a3d1..cacf97e 100644
--- a/accel-pppd/accel-ppp.conf.5
+++ b/accel-pppd/accel-ppp.conf.5
@@ -263,6 +263,12 @@ then password will be same as Calling-Station-Id.
Or you can specify fixed password in
.B <string>.
.TP
+.BI "session-timeout=" n
+Specifies max sessions time in seconds. After this time session will be terminated. May redefine with radius attribute Session-Timeout
+.TP
+.BI "idle-timeout=" n
+Specifies timeout in seconds to wait for any packets from client, after this time session will terminated if client don`t send any packet. Often used with mode=L3.
+.TP
.BI "lease-time=" n
Specifies lease time in seconds to be sent to dhcp client.
.TP