diff --git a/juniper-macros.j2 b/juniper-macros.j2 index e85ec85..b2f48dd 100644 --- a/juniper-macros.j2 +++ b/juniper-macros.j2 @@ -312,7 +312,7 @@ routing-options { collector {{ collector }}; {% endfor %} {% for interface in device['config_context']['sflow']['interfaces'] %} - interface {{ interface }}.0; + interfaces {{ interface }}.0; {% endfor %} } {% endif %}