diff options
-rwxr-xr-x | src/conf_mode/service-pppoe.py | 2 |
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 -%} |