diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2016-07-14 10:35:40 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-18 09:49:18 +0200 |
commit | d7c249fa1c8d64315264850fce2cbfbfb1fd186c (patch) | |
tree | 871b92ef73849ee83f28aaa775f68355bbb32519 /rules.mk | |
parent | f478fba663d3ea1bf919137277b9a81344006173 (diff) | |
download | mtk-20170518-d7c249fa1c8d64315264850fce2cbfbfb1fd186c.zip mtk-20170518-d7c249fa1c8d64315264850fce2cbfbfb1fd186c.tar.gz mtk-20170518-d7c249fa1c8d64315264850fce2cbfbfb1fd186c.tar.bz2 |
ppp: Extend uci datamodel with persistency sypport
PPP daemon can be put into persist mode meaning the
daemon will not exit after a connection gets terminated
but will instead try to reopen the connection.
The re-initiation after the link has been terminated
can be controlled via holdoff; this is helpfull in
scenarios where a BRAS is in denial of service mode
due to link setup requests after a BRAS has gone down
Following uci parameters have been added :
persist (boolean) : Puts the ppp daemon in persist mode
maxfail (integer) : Number of consecutive fail attempts which
puts the PPP daemon in exit mode
holdoff (interget) : Specifies how many seconds to wait
before re-initiating link setup after it has been terminated
Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'rules.mk')
0 files changed, 0 insertions, 0 deletions