diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-03-01 09:56:48 +0000 |
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2020-03-01 09:56:48 +0000 |
| commit | 336f372d218b9af533e5d2c0408d6f13476cf1f5 (patch) | |
| tree | 7eac664d2f3235703f876cda25621f7e98237fc7 | |
| parent | 9e5933f4a49b4a85e19c964569415af24cdf0e8f (diff) | |
| download | vyos-1x-336f372d218b9af533e5d2c0408d6f13476cf1f5.tar.gz vyos-1x-336f372d218b9af533e5d2c0408d6f13476cf1f5.zip | |
pppoe: T2087: enable unlimited connection attempts
| -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 |
