summaryrefslogtreecommitdiff
path: root/src/conf_mode/service-pppoe.py
diff options
context:
space:
mode:
authorhagbard <vyosdev@derith.de>2020-01-06 08:47:41 -0800
committerhagbard <vyosdev@derith.de>2020-01-06 08:47:41 -0800
commit5d67251bfd1fccf8b1d8b98569b0bce691fea0bd (patch)
tree796191acdf97820870beafe22a3a40005ee01755 /src/conf_mode/service-pppoe.py
parent73a00d92890595184d2a853bb809cd7244a7d016 (diff)
downloadvyos-1x-5d67251bfd1fccf8b1d8b98569b0bce691fea0bd.tar.gz
vyos-1x-5d67251bfd1fccf8b1d8b98569b0bce691fea0bd.zip
pppoe-server: synthax fix for vlan-mon
Diffstat (limited to 'src/conf_mode/service-pppoe.py')
-rwxr-xr-xsrc/conf_mode/service-pppoe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/service-pppoe.py b/src/conf_mode/service-pppoe.py
index 30112186a..02e2680b0 100755
--- a/src/conf_mode/service-pppoe.py
+++ b/src/conf_mode/service-pppoe.py
@@ -246,7 +246,7 @@ ac-name={{concentrator}}
{% for int in interface %}
interface={{int}}
{% if interface[int]['vlans'] %}
-vlan_mon={{interface[int]['vlans']|join(',')}}
+vlan-mon={{int}},{{interface[int]['vlans']|join(',')}}
interface=re:{{int}}\.\d+
{% endif %}
{% endfor -%}