diff options
author | Vladislav Grishenko <themiron@mail.ru> | 2019-08-29 17:33:07 +0500 |
---|---|---|
committer | Vladislav Grishenko <themiron@mail.ru> | 2019-08-29 17:33:07 +0500 |
commit | 9176c3c67a70a7451aed2ed444c942d30f600a07 (patch) | |
tree | 66eb33b9d2531093cb28221d2266a450b593473a /accel-pppd/accel-ppp.conf.5 | |
parent | 101c413b15f6503d37b3f70d45094c3b2a604f14 (diff) | |
download | accel-ppp-9176c3c67a70a7451aed2ed444c942d30f600a07.tar.gz accel-ppp-9176c3c67a70a7451aed2ed444c942d30f600a07.zip |
ppp/ipoe: cleanup cleck-ip support
let check-ip setting from [ppp]/[ipoe] sections has prio over [common]
for compatibility with older configs.
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 6533ef59..3ac7511b 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -124,7 +124,7 @@ Path to file for sessions sequence number. Start sequence number may be set ther Specifies maximum sessions which server may processed (default 0, disabled) .TP .BI "check-ip=" 0|1 -Specifies whether accel-ppp should check if IP already assigned to other ppp interface (default 0). +Specifies whether accel-ppp should check if IP already assigned to other client interface (default 0). .SH [ppp] .br PPP module configuration. |