ImmortalWrt/package/network/services/ppp
Hans Dedecker d7c249fa1c 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>
2016-08-18 09:49:18 +02:00
..
files ppp: Extend uci datamodel with persistency sypport 2016-08-18 09:49:18 +02:00
patches treewide: replace jow@openwrt.org with jo@mein.io 2016-06-07 11:42:52 +02:00
utils packages: sort network related packages into package/network/ 2012-10-10 12:32:29 +00:00
Makefile ppp: Extend uci datamodel with persistency sypport 2016-08-18 09:49:18 +02:00