diff options
author | xebd <xeb@mail.ru> | 2019-06-20 07:39:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-20 07:39:27 +0300 |
commit | 228f426966e16b72d4c082c12eb199766c16b734 (patch) | |
tree | 82641ad6a7834699c91f3965f6b9b6347e2ec8f9 | |
parent | add590ec52a8383e4d8682919110204dc94bffe8 (diff) | |
parent | 278d45e41739522ab5488498e7b29437bcd58018 (diff) | |
download | accel-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.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index ab9a3d1b..cacf97e8 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 |