diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2015-04-18 11:36:16 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2015-04-18 11:36:16 +0300 |
commit | c91f24839eaa2d4bfa8ed22c1e304cd79d30e14a (patch) | |
tree | a8dbdb84fbef881c5a66dc9749c83d0fb8770588 /accel-pppd | |
parent | 40c8be9c74e4cd84c42b3bc16cf90bdeeb41146a (diff) | |
download | accel-ppp-c91f24839eaa2d4bfa8ed22c1e304cd79d30e14a.tar.gz accel-ppp-c91f24839eaa2d4bfa8ed22c1e304cd79d30e14a.zip |
ipoe: added info about "sfot terminate" mode
Diffstat (limited to 'accel-pppd')
-rw-r--r-- | accel-pppd/accel-ppp.conf | 1 | ||||
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf index 7b534619..e6bce30b 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -134,6 +134,7 @@ start=dhcpv4 #ip-pool=ipoe #idle-timeout=0 #session-timeout=0 +#soft-terminate=0 interface=eth0 diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index f87c431b..773bfe53 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -384,6 +384,9 @@ Specifies pattern of vlan interface name. Pattern may contain following macros: - number of vlan. .br By default vlan-name=%I.%N. +.TP +.BI "soft-terminate=" 0|1 +Turns on soft terminate mode. Soft terminate means that session won't be terminated immediately, but when next lease renewal request will be received. .SH [dns] .TP .BI "dns1=" x.x.x.x |