diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-25 21:19:12 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-26 17:04:49 +0200 |
commit | 76d87858be1fc2a261f7bc94d915c08b47b49e92 (patch) | |
tree | d204c0041b29bf3a12b6cfb50a25299fae359061 /data/templates/pppoe/ip-pre-up.script.tmpl | |
parent | b136bd5bbb29c440d2c2745348cc5309698a3017 (diff) | |
download | vyos-1x-76d87858be1fc2a261f7bc94d915c08b47b49e92.tar.gz vyos-1x-76d87858be1fc2a261f7bc94d915c08b47b49e92.zip |
pppoe: T2502: "default-route none" option had no effect
Diffstat (limited to 'data/templates/pppoe/ip-pre-up.script.tmpl')
-rw-r--r-- | data/templates/pppoe/ip-pre-up.script.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/templates/pppoe/ip-pre-up.script.tmpl b/data/templates/pppoe/ip-pre-up.script.tmpl index 9a7ba7d57..6a2d2af94 100644 --- a/data/templates/pppoe/ip-pre-up.script.tmpl +++ b/data/templates/pppoe/ip-pre-up.script.tmpl @@ -2,7 +2,6 @@ # As PPPoE is an "on demand" interface we need to re-configure it when it # becomes up - if [ "$6" != "{{ intf }}" ]; then exit fi |