diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-22 12:05:58 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-22 12:05:58 +0000 |
commit | a52f52f7d0a39870f5b62e5f1f4d7af215434919 (patch) | |
tree | c50401ef68bdade0d999dbed1b8e7a4a6b73ebca | |
parent | bbf7532ca565b8dca29865a31e658e705837e4b8 (diff) |
Add maxfail option to avoid pptp giving up, closes #663
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4624 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/pptp/files/options.pptp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/pptp/files/options.pptp b/package/pptp/files/options.pptp index c520de74b..5332445e7 100644 --- a/package/pptp/files/options.pptp +++ b/package/pptp/files/options.pptp @@ -4,3 +4,4 @@ nobsdcomp nodeflate idle 0 defaultroute +maxfail 0 |