summaryrefslogtreecommitdiff
path: root/data/templates/pppoe/ip-pre-up.script.tmpl
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-05-25 21:19:12 +0200
committerChristian Poessinger <christian@poessinger.com>2020-05-26 17:04:49 +0200
commit76d87858be1fc2a261f7bc94d915c08b47b49e92 (patch)
treed204c0041b29bf3a12b6cfb50a25299fae359061 /data/templates/pppoe/ip-pre-up.script.tmpl
parentb136bd5bbb29c440d2c2745348cc5309698a3017 (diff)
downloadvyos-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.tmpl1
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