diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2026-08-09 07:15:43 +0300 |
|---|---|---|
| committer | Denys Fedoryshchenko <denys.f@collabora.com> | 2026-08-09 08:58:08 +0300 |
| commit | a9f666ea84927427a27261b81aa77435d4296d28 (patch) | |
| tree | b8dd361ba6e98852f8756ec56c1b0adab00c0d48 /drivers/ipoe | |
| parent | d76b2f6c6b8f2c510fae5beb24e261901a221d3c (diff) | |
| download | accel-ppp-a9f666ea84927427a27261b81aa77435d4296d28.tar.gz accel-ppp-a9f666ea84927427a27261b81aa77435d4296d28.zip | |
pptp: make echo-failure=0 disable the check explicitly
load_config() accepts echo-failure=0, but the test for it was
"++echo_sent == conf_echo_failure", which can never match once the
counter has been incremented, so a zero left dead peers undetected
without saying so anywhere. Test the option first and compare with >=,
which keeps the behaviour for every configured value and makes the
disabled case readable, and document it in accel-ppp.conf.5.
Diffstat (limited to 'drivers/ipoe')
0 files changed, 0 insertions, 0 deletions
