diff options
-rwxr-xr-x | src/conf_mode/interfaces-pppoe.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conf_mode/interfaces-pppoe.py b/src/conf_mode/interfaces-pppoe.py index 6acb45d5e..8448bc198 100755 --- a/src/conf_mode/interfaces-pppoe.py +++ b/src/conf_mode/interfaces-pppoe.py @@ -67,6 +67,9 @@ noauth # the "proxyarp" parameter set disables the "defaultroute" option. noproxyarp +# Unlimited connection attempts +maxfail 0 + plugin rp-pppoe.so {{ source_interface }} persist |