This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via fb27520e252020b1ced0d449a9fa5d7f72f36e70 (commit) from 1e17b47ebca5c17d45668ce23b40e976e81f72cc (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit fb27520e252020b1ced0d449a9fa5d7f72f36e70 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Jul 29 12:12:47 2011 +0200
Increade lcp-echo-failures.
This should make DSL connections more stable if the provider's gateway is headily loaded and does not answer the LCP echo requests in time. As far as I know, this happens with connections from Arcor and Versatel.
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/networking/red | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/initscripts/init.d/networking/red b/src/initscripts/init.d/networking/red index 1e4af55..2b342c8 100644 --- a/src/initscripts/init.d/networking/red +++ b/src/initscripts/init.d/networking/red @@ -458,7 +458,7 @@ case "${1}" in PPP_STD_OPTIONS+=" default-asyncmap hide-password nodetach mtu ${MTU}" PPP_STD_OPTIONS+=" mru ${MRU} noaccomp nodeflate nopcomp novj novjccomp" PPP_STD_OPTIONS+=" nobsdcomp user ${USERNAME} lcp-echo-interval 20" - PPP_STD_OPTIONS+=" lcp-echo-failure 3 ${AUTH}" + PPP_STD_OPTIONS+=" lcp-echo-failure 5 ${AUTH}" ### Debugging #
hooks/post-receive -- IPFire 2.x development tree